updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / neuropolitical_font / PKGBUILD
blobcc5074977311df26e646fbddba5f4cb68f98cfae
1 # neuropolitical_font
2 # Maintainer: ying <Jinoto Systems>
3 # Contributor: ying <Jinoto Systems>
5 pkgname=neuropolitical_font
6 pkgver=1.0
7 pkgrel=1
8 url="http://www.dafont.com/neuropolitical.font"
9 license=('GPL')
10 depends=('fontconfig' 'xorg-font-utils')
11 pkgdesc="custom fonts"
12 arch=('any')
13 source=(neuropolitical.ttf)
14 install=$pkgname.install
16 build()
18   mkdir -p $pkgdir/usr/share/fonts/TTF
19   cp $srcdir/*.ttf $pkgdir/usr/share/fonts/TTF
22 md5sums=('09fbc647a8add912297c3908b05cf356')