updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / ttf-visitor / PKGBUILD
blob59899fd8a1e6d28030c5f783af5c8959d2e86f2c
1 pkgname=ttf-visitor
2 pkgver=1.0
3 pkgrel=1
4 depends=('fontconfig' 'xorg-font-utils')
5 pkgdesc="Visitor 1 and 2 are low-resolution monospaced sans fonts that are the de facto standard for userbars."
6 arch=('any')
7 url=('http://www.dafont.com/font.php?file=visitor')
8 source=('http://users.hszk.bme.hu/~ed939/ttf-visitor.tar.gz')
9 md5sums=('4d18ca15c5cbb4a8eb51670c838b18db')
10 license=('custom:BrianKentsLicense')
11 install=$pkgname.install
13 build()
15   mkdir -p $pkgdir/usr/share/fonts/TTF
16   cp $srcdir/$pkgname/*.ttf $pkgdir/usr/share/fonts/TTF
18   mkdir -p $pkgdir/usr/share/licenses/$pkgname
19   echo -e "DISCLAIMER
20 __________
22 -The font(s) in this zip file were created by me (Brian Kent).  All
23 of my Fonts are Freeware, you can use them any way you want to
24 (Personal use, Commercial use, or whatever).
26 -If you have a Font related site and would like to offer my fonts on
27 your site, go right ahead. All I ask is that you keep this text file
28 intact with the Font.
30 -You may not Sell or Distribute my Fonts for profit or alter them in
31 any way without asking me first." >> $pkgdir/usr/share/licenses/$pkgname/LICENSE