summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD18
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e6f374e8cead
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = ttf-kepatihanpro
+ pkgdesc = A font for symbols frequently used in the notation of gamelan music
+ pkgver = 20000217
+ pkgrel = 1
+ url = http://www.gamelan.org/library/
+ arch = any
+ license = custom
+ source = ttf-kepatihanpro-20000217.zip::http://www.gamelan.org/library/fonts/kepatprowin.zip
+ sha256sums = 642377944e34730b3afd28b9a87bd0da631634853d2aa83205606c1eaebe2e52
+
+pkgname = ttf-kepatihanpro
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e4567efd1b67
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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/"
+}