summaryrefslogtreecommitdiff
path: root/user/unifont/APKBUILD
blob: b7949f60534979c1a81e1f0aa20ac75f98e7c7ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: Breno Leitao <breno.leitao@gmail.com>
# Maintainer: 
pkgname=unifont
pkgver=13.0.03
pkgrel=0
pkgdesc="GNU font package with all Unicode 11 characters"
url="http://unifoundry.com/unifont.html"
arch="all"
options="!check"  # No way to test fonts.
license="GPL-2.0+ WITH Font-exception-2.0 AND GPL-2.0+ AND GFDL-1.3+"
depends="bdftopcf perl-gd"
makedepends=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://unifoundry.com/pub/unifont/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"

build() {
	# Build fails with parallel make jobs.
	make DESTDIR="$pkgdir" -j1
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="5dd6576bbc158e5dac4f8812a724c4fc8ed2702b7ea22d4b2d9265d9d58bfddc4d4607eacdb7053896559b218986bec3709cbe734656a7cf9daa328de4a21bee  unifont-13.0.03.tar.gz"