summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e4567efd1b675ef3bce27cbdf6f2f861f900e1ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Brett Cornwall <ainola@archlinux.org>

pkgname=ttf-kepatihanpro
# There is no versioning of this font. It was dumped onto a website in 2000
pkgver=20000217
pkgrel=1
pkgdesc='A font for symbols frequently used in the notation of gamelan music'
url="http://www.gamelan.org/library/"
license=('custom')
arch=('any')
source=("$pkgname-$pkgver.zip::http://www.gamelan.org/library/fonts/kepatprowin.zip")
sha256sums=('642377944e34730b3afd28b9a87bd0da631634853d2aa83205606c1eaebe2e52')

package() {
    install -Dm644 KEPAP___.TTF "$pkgdir/usr/share/fonts/TTF/KepatihanPro.ttf"
    install -Dm644 KepatihanNotes.pdf -t "$pkgdir/usr/share/doc/$pkgname/"
    install -Dm644 "KepatihanPro Keycaps.pdf" -t "$pkgdir/usr/share/doc/$pkgname/"
}