updated on Wed Jan 18 16:10:53 UTC 2012
[aur-mirror.git] / ttf-dodger / PKGBUILD
blob8c673262888ff6f58c57cdcf7df4ad62ba347e64
1 # Maintainer: Custom Processing Unlimited
2 # Original Contributor: Dan Serban
4 pkgname=ttf-dodger
5 pkgver=1.0
6 pkgrel=1
7 depends=(fontconfig xorg-font-utils)
8 pkgdesc="Dodger font"
9 arch=(any)
10 license=(custom)
11 url="http://www.dafont.com/dodger.font"
12 install=ttf-dodger.install
14 build()
16   wget -O dodger.zip "http://img.dafont.com/dl/?f=dodger"
17   bsdtar -xf dodger.zip Dodgv2.ttf
18   install -Dm644 Dodgv2.ttf "${pkgdir}"/usr/share/fonts/TTF/Dodgv2.ttf