summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpan934122019-05-19 20:53:21 +0800
committerpan934122019-05-19 20:53:21 +0800
commit84455f73b61ca0ada5b0c6e50f73bef8bc3bed76 (patch)
tree61295b346d608faf8650201c116b0bb47ffef99d
downloadaur-84455f73b61ca0ada5b0c6e50f73bef8bc3bed76.tar.gz
v1-1 Released.
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2ca0e37e9bb9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = ttf-bignoodletitling
+ pkgdesc = Bignoodletitling, a font which uses on Overwatch.
+ pkgver = 1
+ pkgrel = 1
+ url = https://www.dafont.com/bignoodletitling.font
+ arch = any
+ license = unknown
+ depends = fontconfig
+ source = bignoodletitling.zip::https://dl.dafont.com/dl/?f=bignoodletitling
+ md5sums = dc93df2d62cd2cb3277d53a98c46c755
+
+pkgname = ttf-bignoodletitling
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f33bea1e83e9
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: pan93412 <pan93412@gmail.com>
+
+pkgname=ttf-bignoodletitling
+pkgver=1
+pkgrel=1
+
+pkgdesc="Bignoodletitling, a font which uses on Overwatch."
+arch=('any')
+url="https://www.dafont.com/bignoodletitling.font"
+license=('unknown')
+depends=('fontconfig')
+source=("bignoodletitling.zip::https://dl.dafont.com/dl/?f=bignoodletitling")
+md5sums=('dc93df2d62cd2cb3277d53a98c46c755')
+
+package() {
+ cd $srcdir
+ install -Dm644 Sentinel_Type_Freefont_EULA.txt "$pkgdir/usr/share/license/$pkgname/LICENSE"
+ install -Dm644 *.ttf -t "$pkgdir/usr/share/fonts/TTF"
+}