summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorA.I2020-03-29 14:31:42 +0800
committerA.I2020-03-29 14:31:42 +0800
commit24409dff6f84230e3337884f9e42ae458080c54e (patch)
tree3097539c1ac38e1ff3d9b57257d345d2d5932b51
downloadaur-24409dff6f84230e3337884f9e42ae458080c54e.tar.gz
v0.9
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD15
3 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3c9ab231ea95
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = glow-sans-sc-normal
+ pkgver = v0.9
+ pkgrel = 1
+ url = https://welai.github.io/glow-sans
+ arch = any
+ license = MIT
+ source = https://github.com/welai/glow-sans/releases/download/v0.9/GlowSansSC-Normal-v0.9.zip
+ md5sums = 638aa86bc312c8d115169031b978250b
+
+pkgname = glow-sans-sc-normal
+
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..cca682895ffd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.zip
+*.pkg.tar.xz
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
+}