diff options
Diffstat (limited to 'app-dicts/aspell-pl/aspell-pl-6.0.20241001.0.ebuild')
-rw-r--r-- | app-dicts/aspell-pl/aspell-pl-6.0.20241001.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20241001.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20241001.0.ebuild new file mode 100644 index 000000000000..1d39d73a3a77 --- /dev/null +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20241001.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# NOTE: bump togeter with myspell-pl + +EAPI=8 + +ASPELL_LANG="Polish" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 + +MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-$(ver_rs 2 _ 3 -)" + +HOMEPAGE="https://sjp.pl/sl/en/" +SRC_URI="https://sjp.pl/sl/ort/sjp-${MY_P}.tar.bz2 -> ${P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2 LGPL-2.1 MPL-1.1 Apache-2.0 CC-BY-4.0" # upstream's order +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |