summaryrefslogtreecommitdiff
path: root/user/heuristica-otf/APKBUILD
blob: e0438bd676d767c1ed8eca579eaf58f1530b76ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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"

package() {
	install -m644 -Dt "$pkgdir"/usr/share/fonts/X11/OTF/ "$srcdir"/*.otf
}

sha512sums="d3336c6fcfd5ab5bfb041230659c41ecbaa9e2d2f92d5c1c8c0dc8dff89a777ac87d8713467c94b065febde30c131cd05376573308f69d698d63e18eee433783  heuristica-otf-1.0.2.tar.xz"