summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-fr/myspell-fr-7.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
commitf660c6de84558324d784218831d8f0782ee41e2e (patch)
treec1f2aa79617d0ceaaff49d71603abc386aae2c37 /app-dicts/myspell-fr/myspell-fr-7.0.ebuild
parent95461df035e3867364495f065e5e805bf629b2d7 (diff)
gentoo resync : 27.10.2021
Diffstat (limited to 'app-dicts/myspell-fr/myspell-fr-7.0.ebuild')
-rw-r--r--app-dicts/myspell-fr/myspell-fr-7.0.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/app-dicts/myspell-fr/myspell-fr-7.0.ebuild b/app-dicts/myspell-fr/myspell-fr-7.0.ebuild
new file mode 100644
index 000000000000..6cd0fb419882
--- /dev/null
+++ b/app-dicts/myspell-fr/myspell-fr-7.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MYSPELL_DICT=(
+ "fr-classique.aff"
+ "fr-classique.dic"
+ "fr-moderne.aff"
+ "fr-moderne.dic"
+ "fr-reforme1990.aff"
+ "fr-reforme1990.dic"
+ "fr_FR.aff"
+ "fr_FR.dic"
+)
+
+MYSPELL_HYPH=(
+ "hyph_fr.dic"
+ "hyph_fr.iso8859-1.dic"
+)
+
+MYSPELL_THES=(
+ "thes_fr.dat"
+ "thes_fr.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="French dictionaries for myspell/hunspell"
+HOMEPAGE="https://grammalecte.net/"
+SRC_URI="https://github.com/scardracs/gentoo-packages/releases/download/fr-20201207/${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x86-linux"
+
+DOCS=( package-description.txt README_dict_fr.txt README_hyph_fr-2.9.txt README_hyph_fr-3.0.txt README_thes_fr.txt )