summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-06-09 11:41:58 -0700
committerAndy Weidenbaum2015-06-09 11:41:58 -0700
commit6b4432dd2818d0e3117adc32b1962db377421b29 (patch)
tree8786c1350d9f33b04bf95b2883a49fd1c857752c
downloadaur-6b4432dd2818d0e3117adc32b1962db377421b29.tar.gz
Initial import
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD19
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b7787a5636ac
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = moby-thesaurus
+ pkgdesc = The Project Gutenberg Etext of Moby Thesaurus II by Grady Ward
+ pkgver = 1.02
+ pkgrel = 1
+ url = https://www.gutenberg.org/ebooks/3202
+ arch = any
+ license = custom
+ source = https://www.gutenberg.org/dirs/etext02/mthes10.zip
+ sha256sums = e8773a5a8922e62ee685b2d1945830ad68711af69df1099bbb17b4509b95682b
+
+pkgname = moby-thesaurus
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ca8c3266cd13
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
+
+pkgname=moby-thesaurus
+pkgver=1.02
+pkgrel=1
+pkgdesc="The Project Gutenberg Etext of Moby Thesaurus II by Grady Ward"
+arch=('any')
+url="https://www.gutenberg.org/ebooks/3202"
+license=('custom')
+source=(https://www.gutenberg.org/dirs/etext02/mthes10.zip)
+sha256sums=('e8773a5a8922e62ee685b2d1945830ad68711af69df1099bbb17b4509b95682b')
+
+package() {
+ msg 'Installing license...'
+ install -Dm 644 aaREADME.txt "$pkgdir/usr/share/licenses/moby-thesaurus/aaREADME.txt"
+
+ msg 'Installing...'
+ install -Dm 644 mthesaur.txt "$pkgdir/usr/share/thesaurus/moby-thesaurus.txt"
+}