diff options
-rw-r--r-- | app-dicts/aspell-tn/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-tn/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-tn/Manifest b/app-dicts/aspell-tn/Manifest new file mode 100644 index 000000000000..9df16305f87f --- /dev/null +++ b/app-dicts/aspell-tn/Manifest @@ -0,0 +1 @@ +DIST aspell5-tn-1.0.1-0.tar.bz2 22127 BLAKE2B 67f9895e3141a812d490506b95d779e87b0c67d239d51793b3f0f90106d116c0bb2ab94a93a54deddc2e817f0efc764a520489d3ec2bf8f3ecbd36d89f619df2 SHA512 ff3258c3eec392f45b34ba7754bbd6af7ffa0ac812fc1743985fec301755be81387a3e567b36ff145a7a3f9b906e991efde8b4fafc33be14f07a581f4af111dc diff --git a/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild b/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild new file mode 100644 index 000000000000..df9a86e4d2b8 --- /dev/null +++ b/app-dicts/aspell-tn/aspell-tn-1.0.1.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="Setswana" +ASPELL_VERSION=5 + +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-tn/metadata.xml b/app-dicts/aspell-tn/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-tn/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> |