diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:44:20 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:34:06 +0200 |
commit | d3afe4b1108e46394022ad1ad8c4a62bf4ecc3d4 (patch) | |
tree | dc580afa758fff2a18fc79475bea1c7eeaffdbb0 /app-dicts/sword-HebDelitzsch | |
parent | app-dicts/sword-Haitian: new package (diff) | |
download | gentoo-d3afe4b1108e46394022ad1ad8c4a62bf4ecc3d4.tar.gz gentoo-d3afe4b1108e46394022ad1ad8c4a62bf4ecc3d4.tar.bz2 gentoo-d3afe4b1108e46394022ad1ad8c4a62bf4ecc3d4.zip |
app-dicts/sword-HebDelitzsch: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-HebDelitzsch')
-rw-r--r-- | app-dicts/sword-HebDelitzsch/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-HebDelitzsch/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-HebDelitzsch/sword-HebDelitzsch-1.2.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-HebDelitzsch/Manifest b/app-dicts/sword-HebDelitzsch/Manifest new file mode 100644 index 000000000000..6d6106c0593b --- /dev/null +++ b/app-dicts/sword-HebDelitzsch/Manifest @@ -0,0 +1 @@ +DIST HebDelitzsch-1.2.zip 450760 BLAKE2B 983e8139fb7bde0fc8f67f75d2e821bbd0963e1294bc6163a345b82cc1a12d08fccd579975f7267eb81ad60b38927c0112864a6842d2b15445d9480a8188c454 SHA512 4b6f4ea88094aa519d8a6c1ed7f5e373fa61c56c602d6f79a63de73d820509cd14c68ecb73d3bc7f293ce28ee9dbafcc7b45cfdd7e7416c1cc475029406446dd diff --git a/app-dicts/sword-HebDelitzsch/metadata.xml b/app-dicts/sword-HebDelitzsch/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-HebDelitzsch/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-HebDelitzsch/sword-HebDelitzsch-1.2.ebuild b/app-dicts/sword-HebDelitzsch/sword-HebDelitzsch-1.2.ebuild new file mode 100644 index 000000000000..526e6365a09a --- /dev/null +++ b/app-dicts/sword-HebDelitzsch/sword-HebDelitzsch-1.2.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.6.0" + +inherit sword-module + +DESCRIPTION="Hebrew New Testament with Niqqud, based on Delitzsch's translation" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=HebDelitzsch" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86" |