updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gohufont / PKGBUILD
blobde65d75a6709319bf156e43c87ef24e64fcad5fd
1 # Maintainer: Hugo Chargois <hugo dot chargois at free dot fr>
2 pkgname=gohufont
3 pkgver=2.0
4 pkgrel=2
5 pkgdesc='A bitmap font for programming and terminal use, in two sizes'
6 arch=(any)
7 url=http://font.gohu.eu/
8 license=(custom:WTFPL)
9 depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
10 install=$pkgname.install
11 source=(http://font.gohu.eu/$pkgname-$pkgver.tar.gz)
12 md5sums=('f57ed4493447f9c74f53bb8aa27eae7c')
14 build() {
15         cd $srcdir/$pkgname-$pkgver
16         install -Dm644 gohufont-11b.pcf.gz $pkgdir/usr/share/fonts/local/gohufont-11b.pcf.gz
17         install -Dm644 gohufont-11.pcf.gz $pkgdir/usr/share/fonts/local/gohufont-11.pcf.gz
18         install -Dm644 gohufont-uni-11b.pcf.gz $pkgdir/usr/share/fonts/local/gohufont-uni-11b.pcf.gz
19         install -Dm644 gohufont-uni-11.pcf.gz $pkgdir/usr/share/fonts/local/gohufont-uni-11.pcf.gz
20         install -Dm644 gohufont-14b.pcf.gz $pkgdir/usr/share/fonts/local/gohufont-14b.pcf.gz
21         install -Dm644 gohufont-14.pcf.gz $pkgdir/usr/share/fonts/local/gohufont-14.pcf.gz
22         install -Dm644 gohufont-uni-14b.pcf.gz $pkgdir/usr/share/fonts/local/gohufont-uni-14b.pcf.gz
23         install -Dm644 gohufont-uni-14.pcf.gz $pkgdir/usr/share/fonts/local/gohufont-uni-14.pcf.gz
24         install -Dm644 COPYING-LICENSE $pkgdir/usr/share/licenses/$pkgname/COPYING-LICENSE