diff options
author | 2020-07-30 18:44:54 +0200 | |
---|---|---|
committer | 2020-07-31 19:34:39 +0200 | |
commit | 4edf9f2bbc424ba34da5dc02ab2a1c869923d50a (patch) | |
tree | de4e54e7c72350935f266dd2a148a352ac46457e /app-dicts/sword-JESermons/sword-JESermons-1.0.ebuild | |
parent | app-dicts/sword-JEAffections: new package (diff) | |
download | gentoo-4edf9f2bbc424ba34da5dc02ab2a1c869923d50a.tar.gz gentoo-4edf9f2bbc424ba34da5dc02ab2a1c869923d50a.tar.bz2 gentoo-4edf9f2bbc424ba34da5dc02ab2a1c869923d50a.zip |
app-dicts/sword-JESermons: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-JESermons/sword-JESermons-1.0.ebuild')
-rw-r--r-- | app-dicts/sword-JESermons/sword-JESermons-1.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-dicts/sword-JESermons/sword-JESermons-1.0.ebuild b/app-dicts/sword-JESermons/sword-JESermons-1.0.ebuild new file mode 100644 index 000000000000..d5e142b43214 --- /dev/null +++ b/app-dicts/sword-JESermons/sword-JESermons-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.5.9" + +inherit sword-module + +DESCRIPTION="Select Sermons of Jonathan Edwards" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=JESermons" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |