summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrea Girotto2016-07-19 19:54:05 +0200
committerAndrea Girotto2016-07-19 19:54:05 +0200
commit8a6ea45515285dba50c0fd48a6c0f9c6ab8a7395 (patch)
tree087bcc37af91823e87e1897fded9b55ba23c9267 /PKGBUILD
downloadaur-ttf-rajdhani.tar.gz
ttf-rajdhani font release 2.000
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..cedf62abf90a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Ben Cooper <contactme@bengcooper.co.uk>
+pkgname=ttf-rajdhani
+pkgver=2.000
+pkgrel=0
+pkgdesc='Rajdhani font by ITFoundry'
+arch=('any')
+url='https://github.com/itfoundry/rajdhani'
+license=('SIL Open Font License v1.1')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-mkfontdir' 'xorg-mkfontscale')
+install=ttf-rajdhani.install
+source=('https://github.com/itfoundry/rajdhani/releases/download/v2.000/Rajdhani-2_000.zip')
+sha256sums=('2dd0b14ed9989319fde8518e4b596467ae635571ffe7733d7968201d8cdeb9cf')
+
+package() {
+ install -dm 755 "${pkgdir}"/usr/share/fonts/OTF
+ install -m 644 *.otf "${pkgdir}"/usr/share/fonts/OTF/
+}