diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:33:38 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:20 +0100 |
commit | 8ff76b2b1949df26cb4bed20a5ebab8af8c94366 (patch) | |
tree | 754f7a8de066514c20739291dc0f5a1a375a8a67 /app-dicts | |
parent | app-dicts/aspell-sc: new package (diff) | |
download | gentoo-8ff76b2b1949df26cb4bed20a5ebab8af8c94366.tar.gz gentoo-8ff76b2b1949df26cb4bed20a5ebab8af8c94366.tar.bz2 gentoo-8ff76b2b1949df26cb4bed20a5ebab8af8c94366.zip |
app-dicts/aspell-sw: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-sw/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/aspell-sw/metadata.xml | 9 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-sw/Manifest b/app-dicts/aspell-sw/Manifest new file mode 100644 index 000000000000..3d2f4f9ee847 --- /dev/null +++ b/app-dicts/aspell-sw/Manifest @@ -0,0 +1 @@ +DIST aspell-sw-0.50-0.tar.bz2 102172 BLAKE2B 5a91b6e3d1342a2541c8e4ba19d37738195bb0a1424c3b42e4915b84b38c6ec58e2d0e56c0e4d8b3458e443368034c932224aca7d7e4c522eceb24f4afe27839 SHA512 5d89a68c292b45a188f611a14bc355c955810f79c32c7784b2e3ba5a4307b48d572e5a7ca882a344b7635eabe6aa6c2f5d789e9506f3a3f4e69c93fd3675e423 diff --git a/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild b/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild new file mode 100644 index 000000000000..b06b3aad9349 --- /dev/null +++ b/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Swahili Kiswahili" + +inherit aspell-dict-r1 + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" diff --git a/app-dicts/aspell-sw/metadata.xml b/app-dicts/aspell-sw/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-sw/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> |