aboutsummaryrefslogtreecommitdiff
path: root/stardict-dictd-moby-thesaurus/PKGBUILD
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 /stardict-dictd-moby-thesaurus/PKGBUILD
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
Diffstat (limited to 'stardict-dictd-moby-thesaurus/PKGBUILD')
-rw-r--r--stardict-dictd-moby-thesaurus/PKGBUILD16
1 files changed, 16 insertions, 0 deletions
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-}"
+}