diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:45:58 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:35:41 +0200 |
commit | 042196db34e12ce798274b48db7e92abef6a48b4 (patch) | |
tree | 521afc8c3cacc7a76f84212d963cb860ffacf26e /app-dicts/sword-LEB | |
parent | app-dicts/sword-KtuVb: new package (diff) | |
download | gentoo-042196db34e12ce798274b48db7e92abef6a48b4.tar.gz gentoo-042196db34e12ce798274b48db7e92abef6a48b4.tar.bz2 gentoo-042196db34e12ce798274b48db7e92abef6a48b4.zip |
app-dicts/sword-LEB: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-LEB')
-rw-r--r-- | app-dicts/sword-LEB/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-LEB/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-LEB/sword-LEB-2.7.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-LEB/Manifest b/app-dicts/sword-LEB/Manifest new file mode 100644 index 000000000000..faf96f7580d4 --- /dev/null +++ b/app-dicts/sword-LEB/Manifest @@ -0,0 +1 @@ +DIST LEB-2.7.zip 2230351 BLAKE2B 529f405e81736fae3863f130c13118c9f324ec8e2f607e4a49b620b89df3acbdfae6b25fcfa315e141b849635e329410f34ce30309c9e0230bea26cbe3014e80 SHA512 616ea9b9da9f588db3398545b08e4edf964237a55db1070832bca4307fc86fc1d6dda39454f24f6eb28cbf4d7f1b0a59bd4aa75bf441c42b07a113c1fb33731b diff --git a/app-dicts/sword-LEB/metadata.xml b/app-dicts/sword-LEB/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-LEB/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-LEB/sword-LEB-2.7.ebuild b/app-dicts/sword-LEB/sword-LEB-2.7.ebuild new file mode 100644 index 000000000000..540766b887e0 --- /dev/null +++ b/app-dicts/sword-LEB/sword-LEB-2.7.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="The Lexham English Bible" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=LEB" +LICENSE="free-noncomm" +KEYWORDS="~amd64 ~ppc ~x86" |