summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortantalum2019-02-23 13:31:47 +0000
committertantalum2019-02-23 13:31:47 +0000
commitd03165b7f232f83b9ac1e24847028136905a22fa (patch)
treea3d14fc422b5435201911250dc3482aec2a5b264
downloadaur-d03165b7f232f83b9ac1e24847028136905a22fa.tar.gz
update pkgbuild
-rw-r--r--.SRCINFO13
-rwxr-xr-xPKGBUILD15
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..130df473e10e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = otf-firamath
+ pkgdesc = Fira Math is a sans-serif font with Unicode math support
+ pkgver = 0.4_beta_3
+ pkgrel = 1
+ url = https://github.com/firamath
+ arch = any
+ license = custom:ofl
+ depends = fontconfig
+ source = https://github.com/firamath/firamath/releases/download/v0.4-beta-3/firamath-otf.zip
+ md5sums = 5ef995d974a76ce31b97fdf38827aff3
+
+pkgname = otf-firamath
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100755
index 000000000000..41f56dc92411
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+pkgname=otf-firamath
+pkgver=0.4_beta_3
+pkgrel=1
+pkgdesc="Fira Math is a sans-serif font with Unicode math support"
+arch=(any)
+license=(custom:ofl)
+depends=(fontconfig)
+source=("https://github.com/firamath/firamath/releases/download/v0.4-beta-3/firamath-otf.zip")
+url="https://github.com/firamath"
+md5sums=(5ef995d974a76ce31b97fdf38827aff3)
+
+package() {
+ cd "$srcdir"
+ install -Dm644 *.otf -t "${pkgdir}"/usr/share/fonts/OTF/
+}