aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorakuma2020-04-18 04:16:52 +0000
committerakuma2020-04-18 04:16:52 +0000
commitfa49747f8911c0acb1621a76bde3c4a5513edf13 (patch)
tree3a693c2142e424832487b7d624396f143c2eb6da
downloadaur-fa49747f8911c0acb1621a76bde3c4a5513edf13.tar.gz
Initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--.gitignore1
-rw-r--r--LICENSE20
-rw-r--r--PKGBUILD17
-rw-r--r--README.md3
-rw-r--r--creeptifica.ttfbin0 -> 6688 bytes
6 files changed, 54 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..61ab78895e9c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = creeptifica
+ pkgdesc = A pretty sweet 4px wide terminal font for nerds.
+ pkgver = 2.0
+ pkgrel = 1
+ url = https://github.com/akuma-dev/creeptifica
+ arch = any
+ license = MIT
+ makedepends = git
+ source = git+https://github.com/akuma-dev/creeptifica.git
+ md5sums = SKIP
+
+pkgname = creeptifica
+
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b09c48a96c04
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+creeptifica.sfd
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..6c8ae8825892
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2020 Majid Harel Butler
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1023725f03f5
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Majid Butler <majidbutler@akuma-dev.com>
+pkgname=creeptifica
+pkgver=2.0
+pkgrel=1
+pkgdesc="A pretty sweet 4px wide terminal font for nerds."
+arch=('any')
+url="https://github.com/akuma-dev/creeptifica"
+license=('MIT')
+source=("git+https://github.com/akuma-dev/creeptifica.git")
+makedepends=('git')
+md5sums=('SKIP')
+
+package() {
+ cd "$srcdir/creeptifica"
+ install -D -m644 creeptifica.ttf "$pkgdir/usr/share/fonts/misc/creeptifica.ttf"
+ install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..b51b53e8bf96
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# THIS FONT WAS NOT MADE BY ME. I DO NOT TAKE CREDIT FOR ITS CREATION. THE ORIGINAL FONT AND ITS MODIFIED CAN BE FOUND BELOW:
+
+[romeovs](https://github.com/romeovs/creep) * [raymond-w-ko](https://github.com/raymond-w-ko/creep2)
diff --git a/creeptifica.ttf b/creeptifica.ttf
new file mode 100644
index 000000000000..b6f2320a2d5d
--- /dev/null
+++ b/creeptifica.ttf
Binary files differ