diff options
-rw-r--r-- | app-dicts/sword-VarApp/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-VarApp/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-VarApp/sword-VarApp-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-VarApp/Manifest b/app-dicts/sword-VarApp/Manifest new file mode 100644 index 000000000000..42f52f9c2fc9 --- /dev/null +++ b/app-dicts/sword-VarApp/Manifest @@ -0,0 +1 @@ +DIST VarApp-1.0.zip 925096 BLAKE2B 51051e5c529dcaaacf426cd9182902a7b99ac1e54a98bf3711ed9a37cc0f23c7e3ebd20965552fcb129b4c3be86d0d9f6b550b0304d720b30f38e35ed6398428 SHA512 512030bc6ed288b1fbb356d52b2e33cfa73a392dfd64777402b84d9bfe58336e6df7fddd04fab393b98f7ede21293e696d7540394d07f832d9f2254b9292f1ee diff --git a/app-dicts/sword-VarApp/metadata.xml b/app-dicts/sword-VarApp/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-VarApp/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-VarApp/sword-VarApp-1.0.ebuild b/app-dicts/sword-VarApp/sword-VarApp-1.0.ebuild new file mode 100644 index 000000000000..1db3964b87fd --- /dev/null +++ b/app-dicts/sword-VarApp/sword-VarApp-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.2" + +inherit sword-module + +DESCRIPTION="NT Manuscript Variant Apparatus" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=VarApp" +LICENSE="CC0-1.0" +KEYWORDS="~amd64 ~ppc ~x86" |