aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-06-11 18:01:31 -0700
committerxyz <gky44px1999@gmail.com>2022-06-11 18:01:31 -0700
commitd4f9d532366db79d7dd09fecfecccde3d632d584 (patch)
tree0217c5a37c0192340198066d013e55c843418ad4
parent7c1b889f91b1c462f641d9736a92f5c2ad9c55bb (diff)
parent8fa89bc6d4d73daf96bf57ca775223de7b3ccd9f (diff)
Add 'stardict-dictd-moby-thesaurus/' from commit '8fa89bc6d4d73daf96bf57ca775223de7b3ccd9f'
git-subtree-dir: stardict-dictd-moby-thesaurus git-subtree-mainline: 7c1b889f91b1c462f641d9736a92f5c2ad9c55bb git-subtree-split: 8fa89bc6d4d73daf96bf57ca775223de7b3ccd9f
-rw-r--r--stardict-dictd-moby-thesaurus/.SRCINFO12
-rw-r--r--stardict-dictd-moby-thesaurus/.gitignore4
-rw-r--r--stardict-dictd-moby-thesaurus/PKGBUILD16
3 files changed, 32 insertions, 0 deletions
diff --git a/stardict-dictd-moby-thesaurus/.SRCINFO b/stardict-dictd-moby-thesaurus/.SRCINFO
new file mode 100644
index 0000000..df93418
--- /dev/null
+++ b/stardict-dictd-moby-thesaurus/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = stardict-dictd-moby-thesaurus
+ pkgdesc = Moby Thesaurus II (English) for StarDict
+ pkgver = 2.4.2
+ pkgrel = 1
+ url = http://download.huzheng.org/
+ arch = any
+ license = GPL
+ depends = stardict
+ source = http://download.huzheng.org/dict.org/stardict-dictd-moby-thesaurus-2.4.2.tar.bz2
+ b2sums = b6797311cf90e4c0e5f1d1b2dd8deb62dbcb22bd5a4968a3b01dce04ad1eac7b2a227d5c2818b47839263b28b7f457991aaa6f7873014ac68e9729042a46b681
+
+pkgname = stardict-dictd-moby-thesaurus
diff --git a/stardict-dictd-moby-thesaurus/.gitignore b/stardict-dictd-moby-thesaurus/.gitignore
new file mode 100644
index 0000000..018a3de
--- /dev/null
+++ b/stardict-dictd-moby-thesaurus/.gitignore
@@ -0,0 +1,4 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/stardict-dictd-moby-thesaurus/PKGBUILD b/stardict-dictd-moby-thesaurus/PKGBUILD
new file mode 100644
index 0000000..466fd75
--- /dev/null
+++ b/stardict-dictd-moby-thesaurus/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Xiao Pan <gky44px1999@gmail.com>
+pkgname=stardict-dictd-moby-thesaurus
+pkgver=2.4.2
+pkgrel=1
+pkgdesc='Moby Thesaurus II (English) for StarDict'
+arch=('any')
+url='http://download.huzheng.org/'
+license=('GPL')
+depends=('stardict')
+source=("http://download.huzheng.org/dict.org/$pkgname-$pkgver.tar.bz2")
+b2sums=('b6797311cf90e4c0e5f1d1b2dd8deb62dbcb22bd5a4968a3b01dce04ad1eac7b2a227d5c2818b47839263b28b7f457991aaa6f7873014ac68e9729042a46b681')
+
+package()
+{
+ install -Dm644 "$pkgname-$pkgver/"* -t "$pkgdir/usr/share/stardict/dic/${pkgname#stardict-}"
+}