updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / newscycle-font / PKGBUILD
blob92ce21fadc1afbd55d42068eddda5e65d88ed2b0
1 pkgname=newscycle-font
2 pkgver=0.4
3 pkgrel=1
4 pkgdesc="Regular weight, covers Latin, Greek, and Cyrillic alphabets, plus mathematical symbols"
5 arch=(any)
6 url="https://launchpad.net/newscycle/trunk/"
7 license=('GPL')
8 depends=(fontconfig)
9 install=newscycle-font.install
10 source=(http://launchpad.net/newscycle/trunk/$pkgver/+download/NewsCycle-Regular.ttf
11         http://launchpad.net/newscycle/trunk/$pkgver/+download/NewsCycle-Regular.otf)
12 md5sums=('b97e8c00a92d2eabc57807bfc93a2fd0'
13          '1a98a9a321341a567909089c72adfa59')
15 build() {
16   true
19 package() {
20   cd "$srcdir/"
21   install -Dm0644 NewsCycle-Regular.ttf $pkgdir/usr/share/fonts/TTF/NewsCycle-Regular.ttf
22   install -Dm0644 NewsCycle-Regular.otf $pkgdir/usr/share/fonts/OTF/NewsCycle-Regular.otf