# Contributor: Breno Leitao <breno.leitao@gmail.com>
# Maintainer: Breno Leitao <breno.leitao@gmail.com>
pkgname=unifont
pkgver=12.1.04
pkgrel=0
pkgdesc="GNU Unifont glyphs"
url="http://unifoundry.com/unifont.html"
arch="all"
options="!check"  # No way to test fonts.
license="GFDL-1.3-or-later GPL-2.0-or-later WITH Font-exception-2.0"
depends="bdftopcf perl-gd"
subpackages="$pkgname-dev $pkgname-doc"
source="http://unifoundry.com/pub/unifont/unifont-$pkgver/unifont-$pkgver.tar.gz"

build() {
	make DESTDIR="$pkgdir"
}

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

sha512sums="c9e0269981e871ae60ca5c98c8cd17b861c41fa1a4ae2c81bc2d776c276b3c5b3746c608371c65420c0d009ec3dd6354e517904231ad821f64d3a3620d636078  unifont-12.1.04.tar.gz"
