core/bdf-unifont/PKGBUILD

22 lines
686 B
Bash
Raw Normal View History

2014-08-14 11:49:46 +08:00
_pkgname=unifont
pkgname=bdf-${_pkgname}
2016-08-15 14:29:31 +08:00
pkgver=9.0.01
2014-08-14 11:49:46 +08:00
pkgrel=1
2013-04-25 05:50:30 +08:00
pkgdesc="GNU Unifont Glyphs"
2015-07-01 11:50:16 +08:00
arch=('x86_64')
2013-04-25 05:50:30 +08:00
license=('custom' 'GPL2')
url="http://unifoundry.com/unifont.html"
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
install=unifont.install
2014-08-14 11:49:46 +08:00
source=("http://unifoundry.com/pub/${_pkgname}-${pkgver}/font-builds/${_pkgname}-${pkgver}.bdf.gz" 'LICENSE')
2016-08-15 14:29:31 +08:00
md5sums=('7b6f3c4cca251a89cad038e48baccea5'
2014-08-14 11:49:46 +08:00
'2bb5ee7b73893aa7c9fd837ff95d6b4d')
2013-04-25 05:50:30 +08:00
2014-08-14 11:49:46 +08:00
package() {
install -Dm644 ${srcdir}/${_pkgname}-${pkgver}.bdf \
2013-04-25 05:50:30 +08:00
${pkgdir}/usr/share/fonts/misc/unifont.bdf
# install LICENSE file
install -Dm644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}