diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:31:44 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:27:45 +0100 |
commit | 74d274b65152ffe8a8a0e41bcb5518b7f24a1fa9 (patch) | |
tree | e8cedc79c05b03dba62f9843840fd84d68c708a2 /app-dicts/aspell-ar | |
parent | app-dicts/aspell-am: new package (diff) | |
download | gentoo-74d274b65152ffe8a8a0e41bcb5518b7f24a1fa9.tar.gz gentoo-74d274b65152ffe8a8a0e41bcb5518b7f24a1fa9.tar.bz2 gentoo-74d274b65152ffe8a8a0e41bcb5518b7f24a1fa9.zip |
app-dicts/aspell-ar: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-ar')
-rw-r--r-- | app-dicts/aspell-ar/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-ar/aspell-ar-1.2.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-ar/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-ar/Manifest b/app-dicts/aspell-ar/Manifest new file mode 100644 index 000000000000..2dd0926459af --- /dev/null +++ b/app-dicts/aspell-ar/Manifest @@ -0,0 +1 @@ +DIST aspell6-ar-1.2-0.tar.bz2 1541037 BLAKE2B cead4a31b3421891409bf69e8f1be1680b8815d2ced2ca2068d294373f035f84c59bd84d5758e99da1a89df143f351ff2d20af9a8629f73786f00fff269e8372 SHA512 7f645dab6e27da404d599f40da2baf469293105cbaf440bf9abf9268423b36e0faa11d1afcf5c32a8e1d93eadad356af6486a960c7bca97777948c844108f4bc diff --git a/app-dicts/aspell-ar/aspell-ar-1.2.0.ebuild b/app-dicts/aspell-ar/aspell-ar-1.2.0.ebuild new file mode 100644 index 000000000000..c1f18baf5fa6 --- /dev/null +++ b/app-dicts/aspell-ar/aspell-ar-1.2.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ASPELL_LANG="Arabic" +ASPELL_VERSION=6 + +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-ar/metadata.xml b/app-dicts/aspell-ar/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-ar/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> |