aboutsummaryrefslogtreecommitdiffstats
path: root/main/unifont/APKBUILD
blob: fc5748f6187237cce4b4f72ed1a5189ab9403650 (plain)
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
26
27
28
29
# Contributor: Breno Leitao <breno.leitao@gmail.com>
# Maintainer: Breno Leitao <breno.leitao@gmail.com>
pkgname=unifont
pkgver=9.0.06
pkgrel=1
pkgdesc="GNU Unifont package with glyphs for every printable code point in the Unicode 9.0 Basic Multilingual Plane (BMP)"
url="http://unifoundry.com/unifont.html"
arch="all"
options="!check"  # No way to test fonts.
license="GPL-2.0+ WITH Font-exception-2.0, GPL-2.0+, GFDL-1.3+"
depends="bdftopcf perl-gd"
makedepends=""
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://unifoundry.com/pub/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

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

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

sha512sums="767dc107d9a33008116b6939facbf31db6c7942acad257ad52a1a249f04b6215b41da928ef00e8308c2cc19924257cb0219d4eddd2b99502621ebd82e8673988  unifont-9.0.06.tar.gz"