summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cc45f46bfb7957b56833963f35e92f12ea2c9641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: luxemboye <luxemboye protonmail com>

pkgname=stardict-acadfr1935
# Package version is taken from .ifo date
pkgver=20080601
pkgrel=1
pkgdesc="8th edition of the Académie Française dictionary (1935) for StarDict"
arch=('any')
url="https://polyglotte.tuxfamily.org/doku.php?id=donnees:dicos_bilingues"
license=('custom:public domain')
optdepends=('stardict: view the dictionary')
source=(https://download.tuxfamily.org/polyglotte/dicos/dict/francais%2Fstardict-academie-francaise-1935_38.xdxf-2.4.2.zip)
sha256sums=('6196587e54a19f8a2145584d020278326eb73cb6f3e8728f7dbbc365a76c5994')

package() {
	mkdir -p "$pkgdir/usr/share/stardict/dic/acadfr1935"
	cd $srcdir/stardict-Academie-Francaise-1935_38.xdxf-2.4.2
	install -m 644 *.dict.dz *.idx *.ifo "$pkgdir/usr/share/stardict/dic/acadfr1935/"
}