summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPriyank Chaudhary2015-09-21 00:27:55 +0530
committerPriyank Chaudhary2015-09-21 00:27:55 +0530
commit90f662a0a50626cf2710949ef7a452faae0c5dff (patch)
tree87520a9fa22aa71f5fc3ff862784c83448f2c688
downloadaur-fortune-mod-asoiaf.tar.gz
Initial import
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD20
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..bfdf9a9104ae
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = fortune-mod-asoiaf
+ pkgdesc = Fortune cookies from A Song of Ice and Fire series
+ pkgver = 20150916
+ pkgrel = 1
+ url = https://github.com/pronoid/fortune-mod-asoiaf
+ arch = any
+ license = MIT
+ makedepends = git
+ depends = fortune-mod
+
+pkgname = fortune-mod-asoiaf
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7bf3f797690c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Priyank Chaudhary <priyank21 AT outlook DOT com>
+pkgname=fortune-mod-asoiaf
+pkgver=20150916
+pkgrel=1
+pkgdesc="Fortune cookies from A Song of Ice and Fire series"
+arch=(any)
+url="https://github.com/pronoid/fortune-mod-asoiaf"
+license=('MIT')
+depends=(fortune-mod)
+makedepends=(git)
+
+build () {
+ git clone https://github.com/pronoid/fortune-mod-asoiaf.git
+}
+
+package() {
+ cd "${srcdir}/fortune-mod-asoiaf"
+ install -D -m644 asoiaf "${pkgdir}/usr/share/fortune/asoiaf"
+ install -D -m644 asoiaf.dat "${pkgdir}/usr/share/fortune/asoiaf.dat"
+} \ No newline at end of file