diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:33:35 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:19 +0100 |
commit | b20824774eb714029c5272f4c96fde2c4e9be6ab (patch) | |
tree | ec4a9c0aab7a09590deb0849842c2a48765e0d8e /app-dicts/aspell-sc | |
parent | app-dicts/aspell-rw: new package (diff) | |
download | gentoo-b20824774eb714029c5272f4c96fde2c4e9be6ab.tar.gz gentoo-b20824774eb714029c5272f4c96fde2c4e9be6ab.tar.bz2 gentoo-b20824774eb714029c5272f4c96fde2c4e9be6ab.zip |
app-dicts/aspell-sc: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-sc')
-rw-r--r-- | app-dicts/aspell-sc/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-sc/aspell-sc-1.0.ebuild | 16 | ||||
-rw-r--r-- | app-dicts/aspell-sc/metadata.xml | 9 |
3 files changed, 26 insertions, 0 deletions
diff --git a/app-dicts/aspell-sc/Manifest b/app-dicts/aspell-sc/Manifest new file mode 100644 index 000000000000..e7fd9cce6c46 --- /dev/null +++ b/app-dicts/aspell-sc/Manifest @@ -0,0 +1 @@ +DIST aspell5-sc-1.0.tar.bz2 281538 BLAKE2B 95b9f5f8508b026a919acabc7f1a6234323ffd462bea0447666831726495a5d3f1b7d52e83887144e275a2d76d2f1cb860537827c2c5e89a83aff2bbef3e0e01 SHA512 3cad49510894645b9bc97bbae877641e64af0440a2abcb6f96197da95390d4dd59d1374008c0ade9dc17772a32c367b9b03e6be65e7f190268365f25069d2a23 diff --git a/app-dicts/aspell-sc/aspell-sc-1.0.ebuild b/app-dicts/aspell-sc/aspell-sc-1.0.ebuild new file mode 100644 index 000000000000..dec05d95f638 --- /dev/null +++ b/app-dicts/aspell-sc/aspell-sc-1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Sardinian" +ASPELL_VERSION=5 +MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}" + +inherit aspell-dict-r1 + +SRC_URI="https://ftp.gnu.org/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" diff --git a/app-dicts/aspell-sc/metadata.xml b/app-dicts/aspell-sc/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-sc/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> + <stabilize-allarches/> +</pkgmetadata> |