diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:48:30 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:38:08 +0200 |
commit | 09337d0d4c13e8efac81acefc45b78660687d4f8 (patch) | |
tree | 036bfa5964f390143216c228dfe11d726617f51a /app-dicts/sword-PorBLivreTR | |
parent | app-dicts/sword-PorBLivre: new package (diff) | |
download | gentoo-09337d0d4c13e8efac81acefc45b78660687d4f8.tar.gz gentoo-09337d0d4c13e8efac81acefc45b78660687d4f8.tar.bz2 gentoo-09337d0d4c13e8efac81acefc45b78660687d4f8.zip |
app-dicts/sword-PorBLivreTR: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-PorBLivreTR')
-rw-r--r-- | app-dicts/sword-PorBLivreTR/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-PorBLivreTR/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-PorBLivreTR/sword-PorBLivreTR-1.0.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-PorBLivreTR/Manifest b/app-dicts/sword-PorBLivreTR/Manifest new file mode 100644 index 000000000000..f506bb2b7461 --- /dev/null +++ b/app-dicts/sword-PorBLivreTR/Manifest @@ -0,0 +1 @@ +DIST PorBLivreTR-1.0.1.zip 1585746 BLAKE2B 0e4fbdc0104ec37fb458c39f32b6e317e4d5afb4a5b5ed80c4371814455deac6cf135525fecabf2a7af81a2b07c50be7f5377db73046f01df7a186ff134f8363 SHA512 a196825146e91a287af4c4907988d67936f7f1e20687f7c91a73165a27b2ef2d0e320d1f63490f38fbe1490fac592ad57a53c42e093ab7634d339d60200784d4 diff --git a/app-dicts/sword-PorBLivreTR/metadata.xml b/app-dicts/sword-PorBLivreTR/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-PorBLivreTR/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-PorBLivreTR/sword-PorBLivreTR-1.0.1.ebuild b/app-dicts/sword-PorBLivreTR/sword-PorBLivreTR-1.0.1.ebuild new file mode 100644 index 000000000000..a30dbeece2fd --- /dev/null +++ b/app-dicts/sword-PorBLivreTR/sword-PorBLivreTR-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.1a" + +inherit sword-module + +DESCRIPTION="Bíblia Livre - Textus Receptus" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=PorBLivreTR" +LICENSE="CC-BY-3.0" +KEYWORDS="~amd64 ~ppc ~x86" |