diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:51:46 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:41:14 +0200 |
commit | 1fded25c4ec67bf26e914bd28e4e61ae6e19644c (patch) | |
tree | 2a2508e5a42aafbdc7bd8f25a727c49e92ed8b04 | |
parent | app-dicts/sword-VietLCCMNCT: new package (diff) | |
download | gentoo-1fded25c4ec67bf26e914bd28e4e61ae6e19644c.tar.gz gentoo-1fded25c4ec67bf26e914bd28e4e61ae6e19644c.tar.bz2 gentoo-1fded25c4ec67bf26e914bd28e4e61ae6e19644c.zip |
app-dicts/sword-VietNVB: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | app-dicts/sword-VietNVB/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-VietNVB/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-VietNVB/sword-VietNVB-1.4.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-VietNVB/Manifest b/app-dicts/sword-VietNVB/Manifest new file mode 100644 index 000000000000..873f5a5e6d63 --- /dev/null +++ b/app-dicts/sword-VietNVB/Manifest @@ -0,0 +1 @@ +DIST VietNVB-1.4.zip 1914442 BLAKE2B 8ec207b384f7823a3c6aaebfbf8fa3c7de04f3ba6ed46a691432856171ebd44a4d4d51e00c3534d08ae7bbcb9499dc02aa41f72318d63b1a405c4eafd8a56885 SHA512 628fa49425f12bc8c6309e9244b0042f58a13803b869cd8b2b7015c6f7c10226472145885163bbf193cf745aec1c5265ba9bb9bd7f57029963a4cabbe2b45821 diff --git a/app-dicts/sword-VietNVB/metadata.xml b/app-dicts/sword-VietNVB/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-VietNVB/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-VietNVB/sword-VietNVB-1.4.ebuild b/app-dicts/sword-VietNVB/sword-VietNVB-1.4.ebuild new file mode 100644 index 000000000000..e741f43d26f0 --- /dev/null +++ b/app-dicts/sword-VietNVB/sword-VietNVB-1.4.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.9" + +inherit sword-module + +DESCRIPTION="New Vietnamese Bible (2002)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=VietNVB" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86" |