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

Frederik Schwan freswa at archlinux.org
Mon Jul 6 01:53:58 UTC 2020


    Date: Monday, July 6, 2020 @ 01:53:57
  Author: freswa
Revision: 657951

archrelease: copy trunk to community-any

Added:
  ttf-eurof/repos/community-any/
  ttf-eurof/repos/community-any/PKGBUILD
    (from rev 657950, ttf-eurof/trunk/PKGBUILD)

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

Copied: ttf-eurof/repos/community-any/PKGBUILD (from rev 657950, ttf-eurof/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-07-06 01:53:57 UTC (rev 657951)
@@ -0,0 +1,17 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: TDY <tdy at archlinux.info>
+
+pkgname=ttf-eurof
+pkgver=1.0
+pkgrel=2
+pkgdesc='The original eurofurence font designed for headlines, signs, badges, inscriptions, et al.'
+arch=('any')
+url='https://www.dafont.com/eurofurence.font'
+license=('custom')
+source=(eurof_tt.zip::https://img.dafont.com/dl/?f=eurofurence)
+b2sums=('50ba13c01a45c7bb2d3bc76cc3b56e2e5b1c54a338b8ef4e9d8175703387f3f8d009a12235f875b852a90892ddc183e50cc2194cfc0f6dd75fd1db6b9e4eea8d')
+
+package() {
+  install -Dm644 -t "${pkgdir}"/usr/share/fonts/TTF/ eurof*.ttf
+  install -Dm644 eurof_tt.txt "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
+}



More information about the arch-commits mailing list