updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / ttf-akashi / PKGBUILD
blobfcc8baeea4e17270a40c39508177fa4294e9e6c9
1 # Maintainer: Mike Redd <mredd@0tue0.com>
2 # Contributor: Mike Redd <mredd@0tue0.com>
3 pkgname=ttf-akashi
4 _realname=akashi
5 pkgver=1
6 pkgrel=1.2
7 pkgdesc="Akashi is a simplified font with a futuristic touch. Angled cut aways lend the shapes a sharper"
8 arch=('any')
9 license=('custom')
10 url="http://www.fontsquirrel.com/fonts/Akashi"
11 _url="http://www.tenbytwenty.com/mint/pepper/orderedlist/downloads/download.php?file=http%3A//www.tenbytwenty.com/files"
12 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
13 install=ttf.install
14 source=("$_url/$_realname.zip"
15         "LICENSE")
17 md5sums=('9b398bba50f0f79a8a59144a60e08ceb'
18          '95ac5ed4027706b1cf6e1a7667c31bb4')
20 build() {
21   cd $srcdir
22   install -d $pkgdir/usr/share/fonts/TTF/
23   install -m644 *.ttf $startdir/pkg/usr/share/fonts/TTF/ || return 1
24   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE