summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCory Driscoll2017-11-05 22:45:28 +0000
committerCory Driscoll2017-11-05 22:45:28 +0000
commit64ae62f96c15a4b5b5287a2418a3b634446cdd60 (patch)
tree5fb686de237b73100ffce8ea25888f1f0521766e
downloadaur-ttf-zalgo.tar.gz
He Comes
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD19
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..818f35f5f61b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = ttf-zalgo
+ pkgdesc = He comes.
+ pkgver = 1
+ pkgrel = 1
+ url = https://fontstruct.com/fontstructions/show/262218/zalgo_2
+ arch = any
+ license = custom
+ source = https://github.com/zyxwvutsrqponmlkjihgfedcba/zalgo/archive/zalgo-1.tar.gz
+ sha256sums = 4e2287d5dee36f717ef10d70a38f3e52decc864ce1b35edb0410679118f03c01
+
+pkgname = ttf-zalgo
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..fe41695e1e15
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Cory Driscoll (doomworks) <cory@doomworks.net>
+
+pkgname=ttf-zalgo
+pkgver=1
+pkgrel=1
+pkgdesc="He comes."
+url="https://fontstruct.com/fontstructions/show/262218/zalgo_2"
+arch=(any)
+license=(custom)
+_tarname=zalgo
+source=("https://github.com/zyxwvutsrqponmlkjihgfedcba/zalgo/archive/$_tarname-$pkgver.tar.gz")
+sha256sums=('4e2287d5dee36f717ef10d70a38f3e52decc864ce1b35edb0410679118f03c01')
+
+package() {
+ cd "$srcdir/zalgo-zalgo-$pkgver"
+ install -d "$pkgdir/usr/share/fonts/TTF"
+ install -Dm644 *.ttf "$pkgdir/usr/share/fonts/TTF"
+ install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname"
+}