diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-10 01:34:02 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-12 23:28:28 +0100 |
commit | 92ffb58ba308498da7eb7c32f12d7813fd24e54c (patch) | |
tree | dbc48388cfc5b11965d45a3e12eaa455458d43f1 /app-dicts | |
parent | app-dicts/aspell-tr: new package (diff) | |
download | gentoo-92ffb58ba308498da7eb7c32f12d7813fd24e54c.tar.gz gentoo-92ffb58ba308498da7eb7c32f12d7813fd24e54c.tar.bz2 gentoo-92ffb58ba308498da7eb7c32f12d7813fd24e54c.zip |
app-dicts/aspell-uz: new package
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-uz/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-uz/metadata.xml | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-uz/Manifest b/app-dicts/aspell-uz/Manifest new file mode 100644 index 000000000000..8f2c29ba2433 --- /dev/null +++ b/app-dicts/aspell-uz/Manifest @@ -0,0 +1 @@ +DIST aspell6-uz-0.6-0.tar.bz2 92354 BLAKE2B da62c6b1485cdb0199f17e3520add0842093ec76c7287314c638c0b4863807ab2bb59983b7bc3a6dedae08a4eadc292706fbde2713546bb8ac06ffdf95c9bb93 SHA512 0542a83c149ad761d8bb964be556bfb2387404fce21e0e38d3c0fa8efef2d1587db0fa80140cf7de72da7f08bbb807ff931a95bb63c2a84771a197f5841e545b diff --git a/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild b/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild new file mode 100644 index 000000000000..14e750cc578a --- /dev/null +++ b/app-dicts/aspell-uz/aspell-uz-0.6.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="Uzbek" +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-uz/metadata.xml b/app-dicts/aspell-uz/metadata.xml new file mode 100644 index 000000000000..debde3ef6ae3 --- /dev/null +++ b/app-dicts/aspell-uz/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> |