summarylogtreecommitdiffstats
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
downloadaur-f5f3fa674a350953689393181ddb8dba01564d16.tar.gz
Initial commit. (AUR migration)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2721637ce82c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = fortune-mod-issa-haiku
+ pkgdesc = Fortune cookies: Kobayashi Issa's haiku collection (7000+)
+ pkgver = 1.1
+ pkgrel = 4
+ url = http://www.tastyrabbit.net/2008/05/archlinux-fortune-cookie-haiku-package.html
+ arch = any
+ license = public
+ license = domain
+ depends = fortune-mod
+ source = http://www.tastyrabbit.net/issa-haiku.tar.gz
+ md5sums = 6418f81836f0323227b42a68292be806
+
+pkgname = fortune-mod-issa-haiku
+
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
+}