summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEpicurion2020-05-08 23:36:47 +0200
committerEpicurion2020-05-08 23:36:47 +0200
commitaf3a14ec58a5bb024393cd685748ad2f68197973 (patch)
tree5045bc27d6aed05e6ffc9e9f1139422fc46ba465 /PKGBUILD
downloadaur-quivira.tar.gz
Create the package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..02a85edb9cb6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,13 @@
+pkgname=quivira
+pkgver=4.1
+pkgrel=1
+pkgdesc="Good font for ancient greek"
+arch=(any)
+url="http://www.quivira-font.com/index.php"
+source=("http://www.quivira-font.com/files/Quivira.otf")
+sha256sums=(03c2f593b224efffceac6f7f3090cdc935f0817399fcc607e4c7cc1b097b3b5a)
+package() {
+cd "${srcdir}"
+#mkdir -p /usr/share/fonts/quivira
+install -Dm664 Quivira.otf -t "$pkgdir"/usr/share/fonts/quivira
+}