summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoru0a2662021-06-17 20:52:40 +0900
committeru0a2662021-06-17 20:52:40 +0900
commitbef51622c0b814f0bcc9d6d48b52f54d29f18280 (patch)
tree1902e7cbc39725d70be209691e5be1a9d00f2ea5
downloadaur-bef51622c0b814f0bcc9d6d48b52f54d29f18280.tar.gz
Update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD16
2 files changed, 27 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1465fd71c55b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = ttf-firge
+ pkgdesc = Firge, a programming font that is a combination of Fira Mono and Genshin Gothic.
+ pkgver = 0.0.2
+ pkgrel = 1
+ url = https://github.com/yuru7/Firge
+ arch = any
+ license = custom:SIL
+ source = https://github.com/yuru7/Firge/releases/download/v0.0.2/Firge_v0.0.2.zip
+ sha256sums = 136c4b32aa862db3b6963dfdf73fb56a3aa70fe6fa37b1d304349ee3cef3d2a1
+
+pkgname = ttf-firge
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7af6f1d0efce
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: u0_a266 <cagf2emv@anonaddy.me>
+pkgname=ttf-firge
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="Firge, a programming font that is a combination of Fira Mono and Genshin Gothic. "
+arch=("any")
+url="https://github.com/yuru7/Firge"
+license=('custom:SIL')
+source=("$url/releases/download/v$pkgver/Firge_v$pkgver.zip")
+
+sha256sums=('136c4b32aa862db3b6963dfdf73fb56a3aa70fe6fa37b1d304349ee3cef3d2a1')
+
+package() {
+ install -d $pkgdir/usr/share/fonts/TTF
+ install -m644 Firge_v0.0.2/*.ttf $pkgdir/usr/share/fonts/TTF
+}