diff options
-rw-r--r-- | app-dicts/aspell-hi/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-hi/aspell-hi-0.02.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-hi/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-hi/Manifest b/app-dicts/aspell-hi/Manifest new file mode 100644 index 000000000000..446f7f727d87 --- /dev/null +++ b/app-dicts/aspell-hi/Manifest @@ -0,0 +1 @@ +DIST aspell6-hi-0.02-0.tar.bz2 174790 BLAKE2B 0e768775f2504c726e414bad6ef07d939218c88878f32f8bb7d0492298ded5bf83e7b4da4036bc3b1f066d4173234e02bfbbfddbe5ba020aa88d99e37b606141 SHA512 298743e1e5988e26081d89ee6cdea3b2f3185ad81b3449b5fa3f644a2beaf488320f9468fbeeb7e6c7bcb3ae4b7116bd02f64c4e6f4c60f80c1a7c3b84946a93 diff --git a/app-dicts/aspell-hi/aspell-hi-0.02.0.ebuild b/app-dicts/aspell-hi/aspell-hi-0.02.0.ebuild new file mode 100644 index 000000000000..5205a7f79710 --- /dev/null +++ b/app-dicts/aspell-hi/aspell-hi-0.02.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="Hindi" +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-hi/metadata.xml b/app-dicts/aspell-hi/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-hi/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> |