diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:43:40 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:33:27 +0200 |
commit | 8cf0488a6625367c1d5734fe545527d11ab45cce (patch) | |
tree | 1d60c33f1eebff6eb7401073578ef031fd7dfee7 /app-dicts/sword-GerHfaLex2002 | |
parent | app-dicts/sword-GerHfa2002: new package (diff) | |
download | gentoo-8cf0488a6625367c1d5734fe545527d11ab45cce.tar.gz gentoo-8cf0488a6625367c1d5734fe545527d11ab45cce.tar.bz2 gentoo-8cf0488a6625367c1d5734fe545527d11ab45cce.zip |
app-dicts/sword-GerHfaLex2002: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-GerHfaLex2002')
-rw-r--r-- | app-dicts/sword-GerHfaLex2002/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-GerHfaLex2002/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-GerHfaLex2002/sword-GerHfaLex2002-1.0.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-GerHfaLex2002/Manifest b/app-dicts/sword-GerHfaLex2002/Manifest new file mode 100644 index 000000000000..9936c5b2b02e --- /dev/null +++ b/app-dicts/sword-GerHfaLex2002/Manifest @@ -0,0 +1 @@ +DIST GerHfaLex2002-1.0.1.zip 45837 BLAKE2B e4f16c3284a0a58fc503d1b8fb3b6dc23a25a9b50f33eedd38d8eaabff258defc3365cfc5944fb1a4b6a88088726108a3f570da78d6ff55d801cdc279472d09a SHA512 5793c54f66cb6ca13393aefbb87d687fc2c34a5eabf17d38a8d426e441c7e8b72cccdd32d579a670ad23d742c922135c6cce58039e28a3ffb3fcfee4ab0c9c8b diff --git a/app-dicts/sword-GerHfaLex2002/metadata.xml b/app-dicts/sword-GerHfaLex2002/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-GerHfaLex2002/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-GerHfaLex2002/sword-GerHfaLex2002-1.0.1.ebuild b/app-dicts/sword-GerHfaLex2002/sword-GerHfaLex2002-1.0.1.ebuild new file mode 100644 index 000000000000..68d2493be47e --- /dev/null +++ b/app-dicts/sword-GerHfaLex2002/sword-GerHfaLex2002-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.6" + +inherit sword-module + +DESCRIPTION="Hoffnung fuer alle - Worterklaerungen" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=GerHfaLex2002" +LICENSE="freedist" +KEYWORDS="~amd64 ~ppc ~x86" |