diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:32:23 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:27:57 +0100 |
commit | 0d7506ede8c2a01f9c7b8121104baa2c8442c8e0 (patch) | |
tree | 8205c002fa5505a4d64668e333d48d6c717f58f9 /app-dicts/aspell-hsb | |
parent | app-dicts/aspell-hil: new package (diff) | |
download | gentoo-0d7506ede8c2a01f9c7b8121104baa2c8442c8e0.tar.gz gentoo-0d7506ede8c2a01f9c7b8121104baa2c8442c8e0.tar.bz2 gentoo-0d7506ede8c2a01f9c7b8121104baa2c8442c8e0.zip |
app-dicts/aspell-hsb: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-hsb')
-rw-r--r-- | app-dicts/aspell-hsb/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-hsb/aspell-hsb-0.02.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-hsb/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-hsb/Manifest b/app-dicts/aspell-hsb/Manifest new file mode 100644 index 000000000000..00e151379504 --- /dev/null +++ b/app-dicts/aspell-hsb/Manifest @@ -0,0 +1 @@ +DIST aspell6-hsb-0.02-0.tar.bz2 105195 BLAKE2B 94a5c6fdf0b1857329377efa241a84e07cd06fdb9972e80768f5197ec83ef28455f8486ce821984e9b52c74ef16d6526c5c9066faf58cd64a26c9b9300a64873 SHA512 b8e49bf6d85e149365378a33b56ab61767c34ddfd4545eedeedad012b2b396dff54bb3dcba56fb4d3c0a92a0c3e13fddf0548591568295709d91f18c45ca1274 diff --git a/app-dicts/aspell-hsb/aspell-hsb-0.02.0.ebuild b/app-dicts/aspell-hsb/aspell-hsb-0.02.0.ebuild new file mode 100644 index 000000000000..68b1da8569ea --- /dev/null +++ b/app-dicts/aspell-hsb/aspell-hsb-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="Upper Sorbian" +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-hsb/metadata.xml b/app-dicts/aspell-hsb/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-hsb/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> |