diff options
-rw-r--r-- | app-dicts/sword-Westminster/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Westminster/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Westminster/sword-Westminster-1.0.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-Westminster/Manifest b/app-dicts/sword-Westminster/Manifest new file mode 100644 index 000000000000..87ebb233c382 --- /dev/null +++ b/app-dicts/sword-Westminster/Manifest @@ -0,0 +1 @@ +DIST Westminster-1.0.1.zip 444333 BLAKE2B e12f3f5de0666dbe4a64dede65d14c06cc03fa134fe3c47b7cda5c21f98f2bf3434c65c543a495b088ef41b4159ec02e63c70779736d643aaab0f22af4c2ef25 SHA512 8d11a793fdeccd04f75073129e5a695733d3b73c4396e54c51bdaa283f3847c295e041d81c04f4c30565206ec793e5a8f32ff1ccdd1611c419d08b32a2a58de3 diff --git a/app-dicts/sword-Westminster/metadata.xml b/app-dicts/sword-Westminster/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Westminster/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-Westminster/sword-Westminster-1.0.1.ebuild b/app-dicts/sword-Westminster/sword-Westminster-1.0.1.ebuild new file mode 100644 index 000000000000..50ced2c56fad --- /dev/null +++ b/app-dicts/sword-Westminster/sword-Westminster-1.0.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.9" + +inherit sword-module + +DESCRIPTION="Westminster Confession & Catechisms" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Westminster" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |