diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:32:26 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:27:58 +0100 |
commit | a7246e9db7c9c35d28498148ceb055be0435938d (patch) | |
tree | 566eef08a1a3803427c6a34c25e3b9121de78240 /app-dicts/aspell-hus | |
parent | app-dicts/aspell-hsb: new package (diff) | |
download | gentoo-a7246e9db7c9c35d28498148ceb055be0435938d.tar.gz gentoo-a7246e9db7c9c35d28498148ceb055be0435938d.tar.bz2 gentoo-a7246e9db7c9c35d28498148ceb055be0435938d.zip |
app-dicts/aspell-hus: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-hus')
-rw-r--r-- | app-dicts/aspell-hus/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-hus/aspell-hus-0.03.1.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-hus/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-hus/Manifest b/app-dicts/aspell-hus/Manifest new file mode 100644 index 000000000000..0c80cfb4c90a --- /dev/null +++ b/app-dicts/aspell-hus/Manifest @@ -0,0 +1 @@ +DIST aspell6-hus-0.03-1.tar.bz2 68844 BLAKE2B f1e9e298b090395dca4414a38d2bbc555b5d02637392db061094df4eb81db857af6e46be6de00953c04929a025564382edca47c2728deb3fd8ac33884e76278f SHA512 2d1f8458f04bda64068ddd3c5017ed129c2b7549e2474acdcc39f76283dae1a0fe557ab67526fa31ce300f615bd5d2ded4aa0414f3a5b6ee8e59389c8ac20c70 diff --git a/app-dicts/aspell-hus/aspell-hus-0.03.1.ebuild b/app-dicts/aspell-hus/aspell-hus-0.03.1.ebuild new file mode 100644 index 000000000000..014cddce067a --- /dev/null +++ b/app-dicts/aspell-hus/aspell-hus-0.03.1.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="Huastec Tenek" +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-hus/metadata.xml b/app-dicts/aspell-hus/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-hus/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> |