[arch-commits] Commit in otf-hermit/repos (community-any community-any/PKGBUILD)

Frederik Schwan freswa at archlinux.org
Mon Jul 6 01:26:48 UTC 2020


    Date: Monday, July 6, 2020 @ 01:26:47
  Author: freswa
Revision: 657947

archrelease: copy trunk to community-any

Added:
  otf-hermit/repos/community-any/
  otf-hermit/repos/community-any/PKGBUILD
    (from rev 657946, otf-hermit/trunk/PKGBUILD)

----------+
 PKGBUILD |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Copied: otf-hermit/repos/community-any/PKGBUILD (from rev 657946, otf-hermit/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-07-06 01:26:47 UTC (rev 657947)
@@ -0,0 +1,18 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Pablo Caro <me AT pcaro DOT es>
+# Thanks to Fabien Dovero
+
+pkgname=otf-hermit
+pkgver=2.0
+pkgrel=2
+pkgdesc='A monospace font designed to be clear, pragmatic and very readable.'
+arch=('any')
+url='https://pcaro.es/p/hermit/'
+source=("https://pcaro.es/d/otf-hermit-${pkgver}.tar.gz")
+license=('custom:OFL')
+b2sums=('f0f7c7646aec9fedd8902222a498d49cb68e74f6e92f2cafe093e0417bb2745c3bba25dc2f8ccf4b8a454d3264085d9277329a66e5c509344aae388d23b7b169')
+
+package() {
+  install -Dm644 -t "${pkgdir}"/usr/share/fonts/OTF *.otf
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list