Skip to content
Snippets Groups Projects
Forked from Adélie Linux / Adélie Package Tree
3849 commits behind the upstream repository.
APKBUILD 791 B
# Contributor: Breno Leitao <breno.leitao@gmail.com>
# Maintainer: 
pkgname=unifont
pkgver=13.0.02
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="92308922fd2526a94736f04e509f4c774f7e4b78e93005e3d033525d3761c99257b80b2ad6132a101fa9e0009bf2b47d4952a1ce1b1b1f461950c3eeb4bda194  unifont-13.0.02.tar.gz"