updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / ttf-runez / PKGBUILD
blob86de65d730774137b706c87ce9686c2a4129368d
1 # Contributor: Thomas Mudrunka <harvie@@email..cz>
2 # Maintainer: Thomas Mudrunka <harvie@@email..cz>
3 # You can also contact me on http://blog.harvie.cz/
5 pkgname=ttf-runez
6 pkgver=1
7 pkgrel=1
8 pkgdesc="TTF Font interpreting latin alphabet as Runes (Cirth = Artificial dialect from J.R.R. Tolkien's Hobbit). Free for use/modify when not used for spreading (neo-)nacionalism"
9 arch=('any')
10 license=('Custom')
11 url="http://en.wikipedia.org/wiki/Runic_alphabet"
12 source=("runez.ttf")
13 md5sums=('72386a3bae3bbc0101b7adeea4d360e8')
15 build() {
16   mkdir -p ${pkgdir}/usr/share/fonts/TTF/ || return 1
17   cp ${srcdir}/runez.ttf ${pkgdir}/usr/share/fonts/TTF/ || return 1