updated on Fri Jan 20 16:18:17 UTC 2012
[aur-mirror.git] / ttf-joystix / PKGBUILD
blobc4356208671d8e28f2e14f56a077fe03c5c686ef
1 # Contributor: tze <tze@datalove.me>
3 pkgname=ttf-joystix
4 pkgver=1
5 pkgrel=1
6 pkgdesc="Joystix font, used by datalove.me"
7 arch=('any')
8 url="http://typodermicfonts.com/"
9 license=('custom')
10 depends=('fontconfig' 'xorg-font-utils')
11 install=ttf.install
12 source=("joystix.zip::http://img.dafont.com/dl/?f=joystix")
13 md5sums=('dcb20711cc496e4850ab0f0091b0d6b1')
15 build()
17   install -d ${pkgdir}/usr/share/fonts/TTF
18   install -m644 ${srcdir}/*.ttf ${pkgdir}/usr/share/fonts/TTF
19   install -d ${pkgdir}/usr/share/licenses/${pkgname}
20   install -m644 ${srcdir}/*.html ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.html