diff options
Diffstat (limited to 'app-dicts/sword-SP')
-rw-r--r-- | app-dicts/sword-SP/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-SP/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-SP/sword-SP-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-SP/Manifest b/app-dicts/sword-SP/Manifest new file mode 100644 index 000000000000..3a3d51eb3a19 --- /dev/null +++ b/app-dicts/sword-SP/Manifest @@ -0,0 +1 @@ +DIST SP-1.0.zip 1169815 BLAKE2B a01f1fe5b2055068360d9e61aabb23a6a9f9166628edea74309b9a05fa0b32ce372f6064f81562f97abaa6e2518082aad9a2f27955d6ec4012c39eecc1ee37fc SHA512 766d48ee136a093c99a2a58f221e4ec1e0ae68be6b2d95c0e5bc619ee3534dcf61f0ac9be389ce7f2295cba831e2916cfbf54d4ba588302db17ced51ae497b52 diff --git a/app-dicts/sword-SP/metadata.xml b/app-dicts/sword-SP/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-SP/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-SP/sword-SP-1.0.ebuild b/app-dicts/sword-SP/sword-SP-1.0.ebuild new file mode 100644 index 000000000000..ce5dfcfefaae --- /dev/null +++ b/app-dicts/sword-SP/sword-SP-1.0.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.3" + +inherit sword-module + +DESCRIPTION="Samaritan Pentateuch" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=SP" +LICENSE="free-noncomm" +KEYWORDS="~amd64 ~ppc ~x86" |