csync-git
[mirrors/ArchLinux-Packages.git] / runez-ttf / PKGBUILD
CommitLineData
209feeb0
H
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
5pkgname=ttf-runez
6pkgver=1
7pkgrel=1
8pkgdesc="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"
9arch=('any')
10license=('Custom')
11url="http://en.wikipedia.org/wiki/Runic_alphabet"
12source=("runez.ttf")
13md5sums=('72386a3bae3bbc0101b7adeea4d360e8')
14
15build() {
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.138874 seconds and 4 git commands to generate.