updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / ttf-anka-coder / PKGBUILD
blob86cd85f45f8eb0421997e5017b2a47cc1815c390
1 # Maintainer: Hilton Medeiros <medeiros.hilton AT gmail DOT com>
3 pkgname=ttf-anka-coder
4 pkgver=20100715
5 pkgrel=1
6 pkgdesc="An open source monospaced font for source code and terminals by Andrey Makarov"
7 arch=('any')
8 license=('OFL')
9 url="http://anka-coder-fonts.googlecode.com/"
10 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
11 install=ttf.install
12 source=("http://anka-coder-fonts.googlecode.com/files/AnkaCoder.zip"
13         "http://anka-coder-fonts.googlecode.com/files/AnkaCoderCondensed.zip"
14         "http://anka-coder-fonts.googlecode.com/files/AnkaCoderNarrow.zip")
15 md5sums=('a98f79e2395842dfd32023c3e7ee616a'
16          '1c23f772f86e1a3992602f5403bb96d2'
17          '80f8cf9e97f0a7c6336c1bf21e3c2a90')
19 build() {
20   install -d $pkgdir/usr/share/fonts/TTF/
21   install -m644 *.ttf $pkgdir/usr/share/fonts/TTF/ || return 1
22   install -Dm644 OFL.txt $pkgdir/usr/share/licenses/ttf-anka-coder/LICENSE