\pkgname=beastie-font pkgver=1.0 pkgrel=1 pkgdesc="Mod of the Gohufont by Beastie from unixhub.net" arch=('any') url="http://forums.unixhub.net/showthread.php?tid=443" license=('custom:none') depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') install=beastie-font.install source=("http://paste.xinu.at/9Uq/gohufont.pcf") md5sums=('d3251565dedc70a8b42e037a54d2faef') build () { cd "$srcdir" gzip -c gohufont.pcf > beastie.pcf.gz install -Dm644 beastie.pcf.gz $pkgdir/usr/share/fonts/misc/beastie.pcf.gz }