mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-dicts/myspell-cs: add 20210701
Signed-off-by: Jiří Netolický <gentoo@netolish.cz> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1385 Merges: https://codeberg.org/gentoo/gentoo/pulls/1385 Closes: https://bugs.gentoo.org/977160 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
6c7442cb58
commit
459c8a5e84
@@ -1 +1,2 @@
|
||||
DIST myspell-cs-20181003.zip 2040923 BLAKE2B 3b8908423dd87eadd07cda6f3299ac2255415ffd88d8df2e79762be142a7dc24f87fec2aa3f869f2d9e9229539597a70440a97fcc0cd100b3663ca130a02856f SHA512 6d113490663bc51e5f9734b9b227889f924c66bfa1d0d7b00da1d420d2e21a9fb9e74169b019c8014c02241b1f265a42091d3fbc09bbe38fbfb112632ae2fa4a
|
||||
DIST myspell-cs-20210701.zip 2315028 BLAKE2B b35a269b9677a078d31ab454bb416415737c71053928341407ed4273122536afb79a799611c41bad98d080b728b285ea37c527c26fa47384ff402c559a5d97f7 SHA512 be973bbcf08d54c6aebe6356131d522722f5ddb88fd0049da084b450751e965f94b8b248d28c17120b13e40fd806c259e0f9a287baf292acdf4c9cf3239dbf84
|
||||
|
||||
27
app-dicts/myspell-cs/myspell-cs-20210701.ebuild
Normal file
27
app-dicts/myspell-cs/myspell-cs-20210701.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MYSPELL_DICT=(
|
||||
"cs_CZ.aff"
|
||||
"cs_CZ.dic"
|
||||
)
|
||||
|
||||
MYSPELL_HYPH=(
|
||||
"hyph_cs_CZ.dic"
|
||||
)
|
||||
|
||||
MYSPELL_THES=(
|
||||
"thes_cs_CZ.dat"
|
||||
)
|
||||
|
||||
inherit myspell-r2
|
||||
|
||||
DESCRIPTION="Czech dictionaries for myspell/hunspell"
|
||||
HOMEPAGE="https://extensions.libreoffice.org/extensions/czech-dictionaries"
|
||||
SRC_URI="https://extensions.libreoffice.org/assets/downloads/57/czech-dictionaries_2021-07.oxt -> ${P}.zip"
|
||||
|
||||
LICENSE="GPL-2 MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
Reference in New Issue
Block a user