diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:49:51 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:39:23 +0200 |
commit | 9954fa0a2e076c9d6f9bcd3b07c1f212070ec8e5 (patch) | |
tree | 50b78cb71f54097012e4f736a14e5bc79bbee617 /app-dicts/sword-SahidicBible | |
parent | app-dicts/sword-SPVar: new package (diff) | |
download | gentoo-9954fa0a2e076c9d6f9bcd3b07c1f212070ec8e5.tar.gz gentoo-9954fa0a2e076c9d6f9bcd3b07c1f212070ec8e5.tar.bz2 gentoo-9954fa0a2e076c9d6f9bcd3b07c1f212070ec8e5.zip |
app-dicts/sword-SahidicBible: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-SahidicBible')
-rw-r--r-- | app-dicts/sword-SahidicBible/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-SahidicBible/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-SahidicBible/sword-SahidicBible-1.1.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-SahidicBible/Manifest b/app-dicts/sword-SahidicBible/Manifest new file mode 100644 index 000000000000..868d8d96256b --- /dev/null +++ b/app-dicts/sword-SahidicBible/Manifest @@ -0,0 +1 @@ +DIST SahidicBible-1.1.1.zip 728553 BLAKE2B 8d8b040312efe77c48ba483080883b20a8e3c96d5b709e70cf8f03f3418453b5fff73427e780bdbb6e94f6aa0a69674fcbc17deb3177d411f0682cda00b47f87 SHA512 a7ce839c8ed498fe296218e6eac86f373a0bdb8cfba107bd4c33d4b2557acc02ee2d1cf57a605f096b2367c7d104486565c8a73d111da98ac4d87408a4595955 diff --git a/app-dicts/sword-SahidicBible/metadata.xml b/app-dicts/sword-SahidicBible/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-SahidicBible/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-SahidicBible/sword-SahidicBible-1.1.1.ebuild b/app-dicts/sword-SahidicBible/sword-SahidicBible-1.1.1.ebuild new file mode 100644 index 000000000000..6c6ed11ca4d4 --- /dev/null +++ b/app-dicts/sword-SahidicBible/sword-SahidicBible-1.1.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.7.2" + +inherit sword-module + +DESCRIPTION="Sahidic Bible - Askeland / Schulz" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=SahidicBible" +LICENSE="CC-BY-SA-4.0" +KEYWORDS="~amd64 ~ppc ~x86" |