summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuancarlospaco2016-02-08 21:12:11 -0300
committerjuancarlospaco2016-02-08 21:12:11 -0300
commita70c5d9ccd24074fc9f23a95ee6705d5c6150f03 (patch)
tree99d2fd0fc3a608b349f6425bf75b10292e1b77e4
downloadaur-a70c5d9ccd24074fc9f23a95ee6705d5c6150f03.tar.gz
Initial import
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD20
2 files changed, 36 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c6783fc1e06f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+# Generated by mksrcinfo v8
+# Tue Feb 9 00:03:14 UTC 2016
+pkgbase = ttf-fuzzy-cootie
+ pkgdesc = fuzzy-cootie font
+ pkgver = 1.0.0
+ pkgrel = 1
+ url = https://github.com/juancarlospaco/fuzzy-cootie#fuzzy-cootie
+ arch = any
+ license = GPL
+ depends = fontconfig
+ depends = unzip
+ depends = xorg-font-utils
+ source = https://github.com/juancarlospaco/fuzzy-cootie/archive/master.zip
+ sha256sums = e17fad9b57bc43298a9ea28f0f1ce1884f4b85247358c570ea396a3d5abd2d82
+
+pkgname = ttf-fuzzy-cootie
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b8bd9e71d64c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Juan Carlos <juancarlospaco@gmail.com>
+
+
+pkgname=ttf-fuzzy-cootie
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="fuzzy-cootie font"
+arch=("any")
+url="https://github.com/juancarlospaco/fuzzy-cootie#fuzzy-cootie"
+license=('GPL')
+depends=('fontconfig' 'unzip' 'xorg-font-utils')
+source=("https://github.com/juancarlospaco/fuzzy-cootie/archive/master.zip")
+sha256sums=('e17fad9b57bc43298a9ea28f0f1ce1884f4b85247358c570ea396a3d5abd2d82')
+
+
+package() {
+ cd "$srcdir"
+ unzip "master.zip"
+ install -Dm644 "$srcdir/fuzzy-cootie-master/FuzzyCootie.ttf" "$pkgdir/usr/share/fonts/TTF/FuzzyCootie.ttf"
+}