summaryrefslogtreecommitdiff
path: root/user/heuristica-otf
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-01-29 20:29:11 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-01-29 20:29:11 +0000
commit1a279603c42b163f3937a8b76474acf8ad71473b (patch)
tree7e6345c75a8c5a8e8b4524fe62e464403dcca712 /user/heuristica-otf
parent3322d77cd1eea169d2649c15afdfab783f9ff609 (diff)
downloadpackages-1a279603c42b163f3937a8b76474acf8ad71473b.tar.gz
packages-1a279603c42b163f3937a8b76474acf8ad71473b.tar.bz2
packages-1a279603c42b163f3937a8b76474acf8ad71473b.tar.xz
packages-1a279603c42b163f3937a8b76474acf8ad71473b.zip
user/heuristica-otf: new package
Diffstat (limited to 'user/heuristica-otf')
-rw-r--r--user/heuristica-otf/APKBUILD22
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"