summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorluxemboye2021-04-16 19:38:49 +0200
committerluxemboye2021-04-16 19:38:49 +0200
commit87ae994dff4b20f8c4428fe33735bff2c584c119 (patch)
tree1a181475c20c875bfe1084271490d59c73b523dd
downloadaur-stardict-acadfr1935.tar.gz
Initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9697356a120a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = stardict-acadfr1935
+ pkgdesc = 8th edition of the Académie Française dictionary (1935) for StarDict
+ pkgver = 20080601
+ pkgrel = 1
+ url = https://polyglotte.tuxfamily.org/doku.php?id=donnees:dicos_bilingues
+ arch = any
+ 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
+
+pkgname = stardict-acadfr1935
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..cc45f46bfb79
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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/"
+}