diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:39:56 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:24:13 +0200 |
commit | 706aa0a8d69db5b1bab1172cd53237b2012aebe1 (patch) | |
tree | 93d24831a870124f97b2ede1336257e7893f703d /app-dicts/sword-Bela | |
parent | app-dicts/sword-BeaMRK: new package (diff) | |
download | gentoo-706aa0a8d69db5b1bab1172cd53237b2012aebe1.tar.gz gentoo-706aa0a8d69db5b1bab1172cd53237b2012aebe1.tar.bz2 gentoo-706aa0a8d69db5b1bab1172cd53237b2012aebe1.zip |
app-dicts/sword-Bela: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Bela')
-rw-r--r-- | app-dicts/sword-Bela/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Bela/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Bela/sword-Bela-1.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-Bela/Manifest b/app-dicts/sword-Bela/Manifest new file mode 100644 index 000000000000..09c381c6771d --- /dev/null +++ b/app-dicts/sword-Bela/Manifest @@ -0,0 +1 @@ +DIST Bela-1.1.zip 1813005 BLAKE2B fd2c1bea03d20f53bc90b93c52698dc441a2d78becd8d7613f2593b51f3045068866831e3a58dc7b40043bcb35491201dd8d228996417c0556d6314743e2e975 SHA512 84989ce1677b2b4050ae0dc2af8c4ae1076e71c403b59595401319277af42ce963ef106bdd44f8e2a2a75af9efa203d4d7dfb901375ae4181182a73565adb1b2 diff --git a/app-dicts/sword-Bela/metadata.xml b/app-dicts/sword-Bela/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Bela/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-Bela/sword-Bela-1.1.ebuild b/app-dicts/sword-Bela/sword-Bela-1.1.ebuild new file mode 100644 index 000000000000..4ee2b2b1dcf8 --- /dev/null +++ b/app-dicts/sword-Bela/sword-Bela-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.5.1a" + +inherit sword-module + +DESCRIPTION="Belarusian Bible" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Bela" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86" |