summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD17
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f20ebcdee18f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = otf-tunic
+ pkgdesc = An otf font of the TUNIC writing system. Created by Jon Molnar <jon@cogspace.com>
+ pkgver = 0.2.0
+ pkgrel = 1
+ url = https://www.cogspace.com/2022/03/23/tunics-writing-system-new-font-spoilers/
+ arch = any
+ license = CC BY 4.0
+ source = https://www.cogspace.com/wp-content/uploads/2022/03/Tunic-Font-v0.2.zip
+ source = https://creativecommons.org/licenses/by/4.0/legalcode.txt
+ md5sums = 7f26ee4f562d7a558af27230e61d20b2
+ md5sums = 2ab724713fdaf49e4523c4503bfd068d
+
+pkgname = otf-tunic
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..2bcf706c6755
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Lindenk <ztaticnull@gmail.com>
+
+pkgname=otf-tunic
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="An otf font of the TUNIC writing system. Created by Jon Molnar <jon@cogspace.com>"
+arch=('any')
+url="https://www.cogspace.com/2022/03/23/tunics-writing-system-new-font-spoilers/"
+license=('CC BY 4.0')
+source=("https://www.cogspace.com/wp-content/uploads/2022/03/Tunic-Font-v0.2.zip" "https://creativecommons.org/licenses/by/4.0/legalcode.txt")
+md5sums=('7f26ee4f562d7a558af27230e61d20b2' '2ab724713fdaf49e4523c4503bfd068d')
+
+
+package() {
+ install -Dm644 -t "$pkgdir/usr/share/fonts/OTF" "Tunic_v0.2.otf"
+ install -Dm644 'legalcode.txt' "$pkgdir/usr/share/licenses/$pkgname/cc-by-4.0.txt"
+} \ No newline at end of file