summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomáš Mládek2015-06-15 10:12:33 +0200
committerTomáš Mládek2015-06-15 10:12:33 +0200
commitf5f3fa674a350953689393181ddb8dba01564d16 (patch)
tree34f158beb87c1b0ef910702b3df567f92d5124b3 /PKGBUILD
downloadaur-f5f3fa674a350953689393181ddb8dba01564d16.tar.gz
Initial commit. (AUR migration)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1f8e3ec8691c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Tomáš Mládek <tmladek{at}inventati{org}>
+# Contributor: Samhain
+
+pkgname=fortune-mod-issa-haiku
+pkgver=1.1
+pkgrel=4
+pkgdesc="Fortune cookies: Kobayashi Issa's haiku collection (7000+)"
+url="http://www.tastyrabbit.net/2008/05/archlinux-fortune-cookie-haiku-package.html"
+arch=any
+license=(public domain)
+depends=(fortune-mod)
+source="http://www.tastyrabbit.net/issa-haiku.tar.gz"
+md5sums=('6418f81836f0323227b42a68292be806')
+
+package() {
+ mkdir -p $pkgdir/usr/share/fortune
+ cp issa-haiku issa-haiku.dat $pkgdir/usr/share/fortune
+}