Date: Monday, July 6, 2020 @ 01:53:33 Author: freswa Revision: 657950
ttf-eurof: move from unsupported to community Added: ttf-eurof/ ttf-eurof/repos/ ttf-eurof/trunk/ ttf-eurof/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) Added: ttf-eurof/trunk/PKGBUILD =================================================================== --- ttf-eurof/trunk/PKGBUILD (rev 0) +++ ttf-eurof/trunk/PKGBUILD 2020-07-06 01:53:33 UTC (rev 657950) @@ -0,0 +1,17 @@ +# Maintainer: Frederik Schwan <freswa at archlinux dot org> +# Contributor: TDY <[email protected]> + +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 +}
