diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:42:08 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:36:16 +0200 |
commit | 8e54b7dd51085b0ed057436d3d1f500042916d9c (patch) | |
tree | d4332ad3597d9997d0cf75682ea9ed82c0af5b96 /app-dicts/sword-Family | |
parent | app-dicts/sword-FVDPVietAnh: new package (diff) | |
download | gentoo-8e54b7dd51085b0ed057436d3d1f500042916d9c.tar.gz gentoo-8e54b7dd51085b0ed057436d3d1f500042916d9c.tar.bz2 gentoo-8e54b7dd51085b0ed057436d3d1f500042916d9c.zip |
app-dicts/sword-Family: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Family')
-rw-r--r-- | app-dicts/sword-Family/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Family/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Family/sword-Family-1.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-Family/Manifest b/app-dicts/sword-Family/Manifest new file mode 100644 index 000000000000..4a064e8e21a4 --- /dev/null +++ b/app-dicts/sword-Family/Manifest @@ -0,0 +1 @@ +DIST Family-1.1.zip 561686 BLAKE2B 0c7325b5cc52352f162743745138e63dc69ce607521849d473730ea91d94881cf793453aaaf505ecf135b122159ecc4e1a15cc3021d498ef6e671516d44ee448 SHA512 8fcf5a6d2ac24459fe239039443f502f076bb6ea85182f1f95914b8d1178108c384f909095083dd2863ee8917479a8c2fee4b9ce3d597346ffb4b759905f9e55 diff --git a/app-dicts/sword-Family/metadata.xml b/app-dicts/sword-Family/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Family/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-Family/sword-Family-1.1.ebuild b/app-dicts/sword-Family/sword-Family-1.1.ebuild new file mode 100644 index 000000000000..c8173b8bdd4b --- /dev/null +++ b/app-dicts/sword-Family/sword-Family-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.1a" + +inherit sword-module + +DESCRIPTION="Family Bible Notes" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Family" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |