summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Scholz2019-11-06 18:22:36 +0100
committerM. Scholz2019-11-06 18:22:36 +0100
commitfbcd5820afa89fa9e3c1b092368e95fb1fbbc478 (patch)
tree89754a1f9eb67378185a57cd63d8c3524a65044b
downloadaur-fbcd5820afa89fa9e3c1b092368e95fb1fbbc478.tar.gz
initial
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD18
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d0a9c27dcb2b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = otf-linguistics-pro
+ pkgdesc = he Linguistics Pro font family is based on the Utopia Nova font family
+ pkgver = 1.010
+ pkgrel = 1
+ url = https://fontlibrary.org/en/font/linguistics-pro
+ arch = any
+ license = custom:OFL
+ source = https://fontlibrary.org/assets/downloads/linguistics-pro/425914a80ff1bddc48ab57e8df0fe4df/linguistics-pro.zip
+ sha256sums = bfb31dd13771692e68543e53185c27947533236155a601364db6ad32c6c5f586
+
+pkgname = otf-linguistics-pro
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..80dbb27803fa
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: M. Scholz <srtlg>
+pkgname=otf-linguistics-pro
+pkgver=1.010
+pkgrel=1
+pkgdesc="he Linguistics Pro font family is based on the Utopia Nova font family"
+url="https://fontlibrary.org/en/font/linguistics-pro"
+arch=('any')
+license=('custom:OFL')
+source=('https://fontlibrary.org/assets/downloads/linguistics-pro/425914a80ff1bddc48ab57e8df0fe4df/linguistics-pro.zip')
+sha256sums=('bfb31dd13771692e68543e53185c27947533236155a601364db6ad32c6c5f586')
+
+package() {
+ cd "$srcdir"
+ install -Dm0644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm0644 *.otf -t "$pkgdir/usr/share/fonts/OTF/"
+
+}
+