pkgname=bdf-unifont _pkgname=unifont pkgver=16.0.01 pkgrel=1 epoch=1 pkgdesc="GNU Unifont, with glyphs for every printable code point in the Unicode Basic Multilingual Plane (BMP)." arch=('x86_64') license=('custom' 'GPL2') url="https://unifoundry.com/unifont/index.html" depends=('xorg-font-utils') install=unifont.install source=("https://unifoundry.com/pub/unifont/${_pkgname}-${pkgver}/font-builds/${_pkgname}-${pkgver}.bdf.gz" 'LICENSE') md5sums=('97a3df7e0238555a0a61a5cb746f9889' '64da5a96d6789d29d485cd67a43bc547') package() { install -Dm644 ${_pkgname}-${pkgver}.bdf ${pkgdir}/usr/share/fonts/misc/unifont.bdf install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }