From ffb97b522759c7e1e1813e3aa0b32bdfd45fdd94 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 28 Jan 2019 01:37:12 +0000 Subject: user/andika: new package --- user/andika/APKBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 user/andika/APKBUILD (limited to 'user/andika') diff --git a/user/andika/APKBUILD b/user/andika/APKBUILD new file mode 100644 index 000000000..5d385c71b --- /dev/null +++ b/user/andika/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: A. Wilcox +# Maintainer: A. Wilcox +pkgname=andika +pkgver=5.000 +pkgrel=0 +pkgdesc="Sans-serif typeface designed for literacy and beginning readers" +url="https://software.sil.org/andika/" +arch="noarch" +options="!check" # No test suite +license="OFL-1.1" +depends="fontconfig" +makedepends="" +subpackages="" +source="https://software.sil.org/downloads/r/andika/Andika-5.000.zip" +builddir="$srcdir/Andika-5.000" + +package() { + cd "$builddir" + install -D -m644 Andika-R.ttf "$pkgdir"/usr/share/fonts/X11/TTF/Andika-R.ttf +} + +sha512sums="e1cf195a523aa70b464889bdcee0c9606c82eef0da658861329c4c142ae25f14f1e3feea1118219fe7e9b5c13965c4ed09ac7507d746a1f2c77e402957c7d3d5 Andika-5.000.zip" -- cgit v1.2.3-70-g09d2