diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:31:59 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:27:49 +0100 |
commit | fa78bd20e2d0743f613dfee11a86f078b56085c9 (patch) | |
tree | 09241e2fcacd93ade8b078e1203b82d900ddbba0 /app-dicts/aspell-fa | |
parent | app-dicts/aspell-csb: new package (diff) | |
download | gentoo-fa78bd20e2d0743f613dfee11a86f078b56085c9.tar.gz gentoo-fa78bd20e2d0743f613dfee11a86f078b56085c9.tar.bz2 gentoo-fa78bd20e2d0743f613dfee11a86f078b56085c9.zip |
app-dicts/aspell-fa: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-fa')
-rw-r--r-- | app-dicts/aspell-fa/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-fa/aspell-fa-0.11.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-fa/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-fa/Manifest b/app-dicts/aspell-fa/Manifest new file mode 100644 index 000000000000..9900d480b48b --- /dev/null +++ b/app-dicts/aspell-fa/Manifest @@ -0,0 +1 @@ +DIST aspell6-fa-0.11-0.tar.bz2 137889 BLAKE2B 24021b04c3576ce29c614d8fe218c61fd61d8d3e3a5ec8b07a562835760af13c467c72f010088e75a08d89178e1c2ca67b84773b91c09eee05c882214755e31b SHA512 1ed97d3bf8397fe9b3c9215ca3ca6630a06ae5fa1c47b2bbdf9821fbe069b9c097d1e145a6303202cec85047f9cd50bef2bde3adbca0caeb05625932c5f3bfe4 diff --git a/app-dicts/aspell-fa/aspell-fa-0.11.0.ebuild b/app-dicts/aspell-fa/aspell-fa-0.11.0.ebuild new file mode 100644 index 000000000000..362826042930 --- /dev/null +++ b/app-dicts/aspell-fa/aspell-fa-0.11.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="Persian" +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-fa/metadata.xml b/app-dicts/aspell-fa/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-fa/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> |