diff options
Diffstat (limited to 'user/heuristica-otf/APKBUILD')
-rw-r--r-- | user/heuristica-otf/APKBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/user/heuristica-otf/APKBUILD b/user/heuristica-otf/APKBUILD new file mode 100644 index 000000000..728909071 --- /dev/null +++ b/user/heuristica-otf/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: A. Wilcox <awilfox@adelielinux.org> +# Maintainer: A. Wilcox <awilfox@adelielinux.org> +pkgname=heuristica-otf +pkgver=1.0.2 +pkgrel=0 +pkgdesc="Serif typeface" +url="https://sourceforge.net/projects/heuristica/" +arch="noarch" +options="!check" # No test suite. +license="OFL-1.1" +depends="fontconfig" +makedepends="" +subpackages="" +source="https://downloads.sourceforge.net/heuristica/heuristica-otf-$pkgver.tar.xz" +builddir="$srcdir" + +package() { + cd "$builddir" + install -m644 -Dt "$pkgdir"/usr/share/fonts/X11/OTF/ *.otf +} + +sha512sums="d3336c6fcfd5ab5bfb041230659c41ecbaa9e2d2f92d5c1c8c0dc8dff89a777ac87d8713467c94b065febde30c131cd05376573308f69d698d63e18eee433783 heuristica-otf-1.0.2.tar.xz" |