updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / ttf-ebgaramond / PKGBUILD
blob1281233e0683f5ee4f88aa0f21dec8e72babf8b0
1 # Maintainer: Christoph Glaubitz <chris at chrigl dot de>
3 pkgname=ttf-ebgaramond
4 pkgver=20111201
5 pkgrel=1
6 pkgdesc="EB Garamond is an open source project to create a revival of Claude Garamont’s famous humanist typeface from the mid-16th century"
7 arch=('any')
8 url="http://www.georgduffner.at/ebgaramond/"
9 license=('custom:OFL')
10 depends=('fontconfig' 'xorg-font-utils')
11 source=('https://github.com/georgd/EB-Garamond/raw/1a2a826a2f0fbb4d86e4b4c92a719f9c9dbdfaf2/otf/EBGaramond.otf'
12         'OFL.txt')
13 install=${pkgname}.install
14 md5sums=('6a3c54c51f9964b3eeda9f006ba6a1af'
15          '6ed93967ff0dc6dd9c8d31c17f817a06')
16          
17 package() {
18   install -Dm644 ${srcdir}/EBGaramond.otf ${pkgdir}/usr/share/fonts/TTF/ttf-ebgaramond.otf
19   install -Dm644 ${srcdir}/OFL.txt ${pkgdir}/usr/share/licenses/ttf-ebgaramond/OFL.txt