summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..9aaa41a54c77
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: A.I. <merrick@luois.me>
+
+pkgname=glow-sans-sc-normal
+pkgver=v0.9
+pkgrel=1
+pkgdesc=""
+url="https://welai.github.io/glow-sans"
+arch=(any)
+license=(MIT)
+source=(https://github.com/welai/glow-sans/releases/download/$pkgver/GlowSansSC-Normal-$pkgver.zip)
+md5sums=("638aa86bc312c8d115169031b978250b")
+
+package() {
+ install -Dt "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 $srcdir/*.otf
+}