diff options
author | 2020-07-30 18:44:27 +0200 | |
---|---|---|
committer | 2020-07-31 19:34:13 +0200 | |
commit | 2498ce0314602255c5cd2fe1bad07b9b9aa3a2dc (patch) | |
tree | eff5e49425ee00ddc3d9e35c9207bfd798061a4f /app-dicts/sword-HinERV | |
parent | app-dicts/sword-HebModern: new package (diff) | |
download | gentoo-2498ce0314602255c5cd2fe1bad07b9b9aa3a2dc.tar.gz gentoo-2498ce0314602255c5cd2fe1bad07b9b9aa3a2dc.tar.bz2 gentoo-2498ce0314602255c5cd2fe1bad07b9b9aa3a2dc.zip |
app-dicts/sword-HinERV: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-HinERV')
-rw-r--r-- | app-dicts/sword-HinERV/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-HinERV/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-HinERV/sword-HinERV-1.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-HinERV/Manifest b/app-dicts/sword-HinERV/Manifest new file mode 100644 index 000000000000..d673c07f2d30 --- /dev/null +++ b/app-dicts/sword-HinERV/Manifest @@ -0,0 +1 @@ +DIST HinERV-1.1.zip 2790168 BLAKE2B 120991657643bc0bef2e24289e92d11b573b21de3c42f76ca6d936a3e59118483cf2fb52203dc850159d48284fb71445796c7430c66e4f5ae543aada93b1d041 SHA512 7e14cf63ebcb2aa2ef018414a996080e9a13dc599dd9c01fee96d0b81cb4df02f262afe054fb916ef0bbabf5b252a98e306cda5baf859207f8058bb567580731 diff --git a/app-dicts/sword-HinERV/metadata.xml b/app-dicts/sword-HinERV/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-HinERV/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marecki@gentoo.org</email> + <name>Marek Szuba</name> + </maintainer> +</pkgmetadata> diff --git a/app-dicts/sword-HinERV/sword-HinERV-1.1.ebuild b/app-dicts/sword-HinERV/sword-HinERV-1.1.ebuild new file mode 100644 index 000000000000..163a2722fbab --- /dev/null +++ b/app-dicts/sword-HinERV/sword-HinERV-1.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +SWORD_MINIMUM_VERSION="1.5.9" + +inherit sword-module + +DESCRIPTION="Holy Bible: Easy-to-Read Version (Hindi ERV)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=HinERV" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86" |