summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2020-08-03 17:11:37 +0100
committerMilk Brewster2020-08-03 17:11:37 +0100
commit578ce130afcf9a0bed9982221eaebb38a308daa5 (patch)
tree25de99de8d2052ac5e795de60626eae0ee4fccfa
downloadaur-578ce130afcf9a0bed9982221eaebb38a308daa5.tar.gz
mv from gohu-ttf
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD41
2 files changed, 54 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..609a23f331f1
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = gohu-ttf-git
+ pkgdesc = gohufont run through fonttosfnt for an open type bitmap font
+ pkgver = 1
+ pkgrel = 1
+ url = https://github.com/mxmilkiib/gohu-ttf
+ arch = any
+ license = unknown
+ depends = git
+ source = git+https://github.com/mxmilkiib/gohu-ttf
+ md5sums = SKIP
+
+pkgname = gohu-ttf-git
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7c3adbefadd8
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,41 @@
+# Maintainer: Milk Brewster (milk/milkii on Freenode)
+pkgname=gohu-ttf-git
+pkgver=1
+pkgrel=1
+epoch=
+pkgdesc="gohufont run through fonttosfnt for an open type bitmap font"
+arch=('any')
+url="https://github.com/mxmilkiib/gohu-ttf"
+license=('unknown')
+groups=()
+depends=('git')
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("git+https://github.com/mxmilkiib/gohu-ttf")
+noextract=()
+md5sums=('SKIP')
+
+prepare() {
+ cd "$pkgname"
+}
+
+build() {
+ cd "$pkgname"
+}
+
+check() {
+ cd "$pkgname"
+}
+
+package() {
+ cd "$pkgname"
+ install -Dm755 gohu.ttf "$pkgdir/usr/share/fonts/TTF/gohu-14.ttf"
+}