From 1a279603c42b163f3937a8b76474acf8ad71473b Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 29 Jan 2019 20:29:11 +0000 Subject: user/heuristica-otf: new package --- user/heuristica-otf/APKBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 user/heuristica-otf/APKBUILD 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 +# Maintainer: A. Wilcox +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" -- cgit v1.2.3-60-g2f50