diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:32:32 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:00 +0100 |
commit | 4aaafffb18a47eee72b261395dbf0b9909009af5 (patch) | |
tree | 70c605de31ccee630e4de762ed7cce4c5952c342 /app-dicts/aspell-id | |
parent | app-dicts/aspell-ia: new package (diff) | |
download | gentoo-4aaafffb18a47eee72b261395dbf0b9909009af5.tar.gz gentoo-4aaafffb18a47eee72b261395dbf0b9909009af5.tar.bz2 gentoo-4aaafffb18a47eee72b261395dbf0b9909009af5.zip |
app-dicts/aspell-id: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-id')
-rw-r--r-- | app-dicts/aspell-id/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-id/aspell-id-1.2.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-id/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-id/Manifest b/app-dicts/aspell-id/Manifest new file mode 100644 index 000000000000..96c61101a02d --- /dev/null +++ b/app-dicts/aspell-id/Manifest @@ -0,0 +1 @@ +DIST aspell5-id-1.2-0.tar.bz2 76958 BLAKE2B 2490eed94610ad8ef5185a1c2e6452c1de131eaf1262cd8bd52d9164e4612023d4cfee5ac98d108168ceca945bf16fcbab6f3958ca3dc9933372ccbe60251405 SHA512 bc33c5d6c68027304b0dc299454f8dd221e0138b079bcc423e287fda5e9204b0d6dc14a5a0617b4d018259e011c979453ee13b9050be5516d2379e86ac9cb86a diff --git a/app-dicts/aspell-id/aspell-id-1.2.0.ebuild b/app-dicts/aspell-id/aspell-id-1.2.0.ebuild new file mode 100644 index 000000000000..3370c6f01d41 --- /dev/null +++ b/app-dicts/aspell-id/aspell-id-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="Indonesian" +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-id/metadata.xml b/app-dicts/aspell-id/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-id/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> |