summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorA.I2020-03-29 14:31:42 +0800
committerA.I2020-03-29 14:31:42 +0800
commit24409dff6f84230e3337884f9e42ae458080c54e (patch)
tree3097539c1ac38e1ff3d9b57257d345d2d5932b51 /PKGBUILD
downloadaur-24409dff6f84230e3337884f9e42ae458080c54e.tar.gz
v0.9
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
+}