summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Jasso2021-05-09 19:55:35 +0200
committerGustavo Jasso2021-05-09 19:55:35 +0200
commit38883e6a933118959de92982f1bf2dc1cc1f5387 (patch)
treea73e75d2e6b40f665874aa52b410c4c2fa6c65be
downloadaur-38883e6a933118959de92982f1bf2dc1cc1f5387.tar.gz
Initial upload: otf-hind 2.000-1
add otf-hind
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..19fa30be8d8f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = otf-hind
+ pkgdesc = Hind is an Open Source typeface supporting the Devanagari and Latin scripts.
+ pkgver = 2.000
+ pkgrel = 1
+ url = https://fonts.google.com/specimen/Hind
+ arch = any
+ license = OFL
+ source = otf-hind.zip::https://fonts.google.com/download?family=Hind
+ sha512sums = 81c8541bc146f19898dc9c9a83e46ae53d4aaed92a231b6f0c9abf4e90764b89e3833aece12a1940e9811909bf336f4d93506b3073a6133799dd1a57138b9f21
+
+pkgname = otf-hind
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..43c52dbf34c6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Gustavo Jasso <gustavo at jasso dot info>
+pkgname="otf-hind"
+_reponame=hind
+pkgver=2.000
+pkgrel=1
+pkgdesc='Hind is an Open Source typeface supporting the Devanagari and Latin scripts.'
+arch=(any)
+url="https://fonts.google.com/specimen/Hind"
+license=(OFL)
+source=("${pkgname}.zip::https://fonts.google.com/download?family=Hind")
+sha512sums=('81c8541bc146f19898dc9c9a83e46ae53d4aaed92a231b6f0c9abf4e90764b89e3833aece12a1940e9811909bf336f4d93506b3073a6133799dd1a57138b9f21')
+
+package() {
+ cd "$srcdir"
+ install -Dm644 *.otf -t "${pkgdir}"/usr/share/fonts/OTF/
+ install -D -m644 ${srcdir}/OFL.txt ${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt
+}