initial commit
[mirrors/ArchLinux-Packages.git] / runez-ttf / PKGBUILD
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/
4
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')
14
15 build() {
16 mkdir -p ${pkgdir}/usr/share/fonts/TTF/ || return 1
17 cp ${srcdir}/runez.ttf ${pkgdir}/usr/share/fonts/TTF/ || return 1
18 }
This page took 0.211544 seconds and 4 git commands to generate.