summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3825ceea5a510810842d038026ab7a7d993c9e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Xiao Pan <gky44px1999@gmail.com>
# Contributor: lisongmin <lisongmin9@gmail.com>
# Contributor: 謝致邦 <Yeking@Red54.com>

pkgname=stardict-langdao-ec-gb
pkgver=2.4.2
pkgrel=7
pkgdesc='LangDao English-Chinese Dictionary for StarDict'
arch=('any')
url='http://download.huzheng.org/'
license=('GPL')
source=("https://web.archive.org/web/20230602022440/http://download.huzheng.org/zh_CN/$pkgname-$pkgver.tar.bz2")
b2sums=('1c2b0857e8022560ebca3513dfdb9de32bbac185ed5871d7cedd9b133364cfc484425101c9298b981f1a2991800ff1ba478e9fcf66394f3b18425203145b4df3')

package()
{
	install -Dm644 "$pkgname-$pkgver/"* -t "$pkgdir/usr/share/stardict/dic/${pkgname#stardict-}"
}