1 # Maintainer: Your Name brandon.waskiewicz@gmail.com
2 pkgname=otf-goudybookletter1911
6 pkgdesc="Goudy Bookletter 1911 open type font"
8 url="http://www.theleagueofmoveabletype.com/fonts/8-goudy-bookletter-1911"
9 license=('Open Font License')
11 depends=('fontconfig' 'xorg-font-utils')
20 install=$pkgname.install
22 source=(http://s3.amazonaws.com/theleague-production/fonts/goudy-bookletter-1911.zip)
23 noextract=('goudy-bookletter-1911.zip')
24 md5sums=('7feeaffba19662bd34cfec8a58295580')
28 unzip goudy-bookletter-1911.zip GoudyBookletter1911.otf
29 mkdir -p $pkgdir/usr/share/fonts/OTF
30 cp *.otf $pkgdir/usr/share/fonts/OTF
33 # vim:set ts=2 sw=2 et: