1 # Maintainer: Mike Redd <mredd@0tue0.com>
2 # Contributor: Mike Redd <mredd@0tue0.com>
4 _realname=Sansation.font
7 pkgdesc="Sansation True Type font"
9 license=('custom:free')
10 url="http://bernd-montag.kernest.com/font_families/sansation"
11 _url="http://www.ffonts.net"
12 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
14 source=("$_url/$_realname.zip")
16 md5sums=('2bfc7679715554481ee8f270ce58bd00')
20 install -d $pkgdir/usr/share/fonts/TTF/
21 install -m644 *.ttf $startdir/pkg/usr/share/fonts/TTF/ || return 1