[arch-commits] Commit in ttf-monofur/repos (community-any community-any/PKGBUILD)

Frederik Schwan freswa at archlinux.org
Mon Jul 6 01:47:27 UTC 2020


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

archrelease: copy trunk to community-any

Added:
  ttf-monofur/repos/community-any/
  ttf-monofur/repos/community-any/PKGBUILD
    (from rev 657948, ttf-monofur/trunk/PKGBUILD)

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

Copied: ttf-monofur/repos/community-any/PKGBUILD (from rev 657948, ttf-monofur/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-07-06 01:47:26 UTC (rev 657949)
@@ -0,0 +1,17 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: TDY <tdy at archlinux.info>
+
+pkgname=ttf-monofur
+pkgver=1.0
+pkgrel=7
+pkgdesc='A monospaced font derived from the eurofurence typeface family'
+arch=('any')
+url='https://www.dafont.com/monofur.font'
+license=('custom')
+source=(monof_tt.zip::https://img.dafont.com/dl/?f=monofur)
+b2sums=('4c16bbf3aded140d3e59f201cca868ef2a26e39fe757ec5a01674b2f7be2277e13bd2e76a644584d537a185049b29873785656113c0ce10cc90580fd4e239b2a')
+
+package() {
+  install -Dm644 -t "${pkgdir}"/usr/share/fonts/TTF/ monof55.ttf monof56.ttf
+  install -Dm644 monof_tt.txt "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
+}



More information about the arch-commits mailing list