diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:51:36 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:41:04 +0200 |
commit | 039f25a3e7a4753ff0056a4c2296545e47cc3242 (patch) | |
tree | 95466c2dd783f1eaab42cc878e162148a59606f4 /app-dicts/sword-Viet | |
parent | app-dicts/sword-VarApp: new package (diff) | |
download | gentoo-039f25a3e7a4753ff0056a4c2296545e47cc3242.tar.gz gentoo-039f25a3e7a4753ff0056a4c2296545e47cc3242.tar.bz2 gentoo-039f25a3e7a4753ff0056a4c2296545e47cc3242.zip |
app-dicts/sword-Viet: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Viet')
-rw-r--r-- | app-dicts/sword-Viet/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Viet/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Viet/sword-Viet-1.4.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-Viet/Manifest b/app-dicts/sword-Viet/Manifest new file mode 100644 index 000000000000..9bfbeeb4ddfc --- /dev/null +++ b/app-dicts/sword-Viet/Manifest @@ -0,0 +1 @@ +DIST Viet-1.4.1.zip 1557474 BLAKE2B 3826bf444b9bab0d685a540796aa7bbd032df597453e4de66a5e7749ba36c87501340cbd6bf3be1f7e26f76b2b4d7b5ec43168984c014ec719e6306470254e0c SHA512 ffa89c972243108390db78051556159abd6023f849fc22ce87a100cf05515a6a18e0124c1e477a7bd11412498af1328f4527b533e86d01946ffbe28d6a0dbb66 diff --git a/app-dicts/sword-Viet/metadata.xml b/app-dicts/sword-Viet/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Viet/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-Viet/sword-Viet-1.4.1.ebuild b/app-dicts/sword-Viet/sword-Viet-1.4.1.ebuild new file mode 100644 index 000000000000..acfe2ac58352 --- /dev/null +++ b/app-dicts/sword-Viet/sword-Viet-1.4.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.2" + +inherit sword-module + +DESCRIPTION="Vietnamese Bible (1934)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Viet" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |