summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 06dba505d67164a5b79eeef7d0411756361fce69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Gavin Lloyd <gavinhungry@gmail.com>

pkgname=otf-tenderness
pkgver=0.501
pkgrel=2
pkgdesc='Soft font inspired by Garamond and Optima'
arch=('i686' 'x86_64')
license=('custom:CC0')
url='http://dotcolon.net/font/?id=tenderness'
depends=('fontconfig' 'xorg-font-utils')
source=('http://dotcolon.net/DL/font/tenderness.zip')
md5sums=('456c805ca3b6a249834f064ee3035c2e')

package() {
	install -d $pkgdir/usr/share/fonts/OTF/
	install -m644 *.otf $pkgdir/usr/share/fonts/OTF/
}