From a65c13debf20ef50e8eaee57457dab06076ac103 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 29 Jan 2019 07:23:46 +0000 Subject: user/fifth-leg: new package --- user/fifth-leg/APKBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 user/fifth-leg/APKBUILD (limited to 'user/fifth-leg') diff --git a/user/fifth-leg/APKBUILD b/user/fifth-leg/APKBUILD new file mode 100644 index 000000000..c80ecb5a6 --- /dev/null +++ b/user/fifth-leg/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: A. Wilcox +# Maintainer: A. Wilcox +pkgname=fifth-leg +pkgver=0.6 +pkgrel=0 +pkgdesc="Humanist headline typeface" +url=" " +arch="noarch" +options="!check" # No test suite. +license="OFL-1.1" +depends="fontconfig" +makedepends="" +subpackages="" +source="https://api.opensuse.org/public/source/openSUSE:Factory/fifth-leg-font/opensuse-font-fifth-leg-$pkgver.tar.bz2" +builddir="$srcdir" + +package() { + cd "$builddir" + install -m644 -Dt "$pkgdir"/usr/share/fonts/X11/OTF *.otf +} + +sha512sums="7c2ee6aab8d5bc54d3a0d3a7d02ff5514cdc9e6672fcd28e827197061e5aa3f023b1d6cbe7077458f8cb3046a22e4aac085d4a56398d59845d004edde67622f9 opensuse-font-fifth-leg-0.6.tar.bz2" -- cgit v1.2.3-70-g09d2