1 # Maintainer: Red Squirrel <iam at redsquirrel dot tk>
6 pkgdesc="AnimeAce font ©Nate Piekos"
8 url="http://www.blambot.com/font_animeace2.shtml"
9 license=("http://www.blambot.com/license.shtml")
10 depends=('fontconfig' 'unzip')
11 install=${pkgname}.install
12 source=('http://www.blambot.com/fonts/animeace2bb_tt.zip')
13 md5sums=('e5f56495a59f3cce249ac3c2edbe629c')
17 unzip "animeace2bb_tt.zip"
18 install -m755 -d "${pkgdir}/usr/share/fonts/TTF"
19 install -m644 ./*.ttf "${pkgdir}/usr/share/fonts/TTF/"