diff options
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-MorphGNT/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-MorphGNT/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-MorphGNT/sword-MorphGNT-2.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-MorphGNT/Manifest b/app-dicts/sword-MorphGNT/Manifest new file mode 100644 index 000000000000..53638b817bb6 --- /dev/null +++ b/app-dicts/sword-MorphGNT/Manifest @@ -0,0 +1 @@ +DIST MorphGNT-2.0.zip 1327923 BLAKE2B 9833022838334ffbca6e9dcae52262d1539d5d19ab55d471afa55a3df30f6da673a02e38d36b8ea247ee002ef805cc7650bced3ca35fa36abd26a5cb6cbe9ec8 SHA512 02cbb90efa3c4fc45bcda9745511fc426922ada5287a0f5742903d528f3a9c037f6d3be5fc8c719c5f945ee31ab99a14043751dc32a638769491cd9d1cb4524f diff --git a/app-dicts/sword-MorphGNT/metadata.xml b/app-dicts/sword-MorphGNT/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-MorphGNT/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-MorphGNT/sword-MorphGNT-2.0.ebuild b/app-dicts/sword-MorphGNT/sword-MorphGNT-2.0.ebuild new file mode 100644 index 000000000000..a88fbb921ddf --- /dev/null +++ b/app-dicts/sword-MorphGNT/sword-MorphGNT-2.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.1a" + +inherit sword-module + +DESCRIPTION="Morphologically Parsed Greek New Testament based on the SBLGNT" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=MorphGNT" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86" |