diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:40:37 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:34:44 +0200 |
commit | 939b9d1d03419cb38c12b63d0b76a4639a370e2c (patch) | |
tree | ceeb0ca4f71eed2ebbaefb16517c3ddea8b66830 /app-dicts/sword-ChiNCVt | |
parent | app-dicts/sword-ChiNCVs: new package (diff) | |
download | gentoo-939b9d1d03419cb38c12b63d0b76a4639a370e2c.tar.gz gentoo-939b9d1d03419cb38c12b63d0b76a4639a370e2c.tar.bz2 gentoo-939b9d1d03419cb38c12b63d0b76a4639a370e2c.zip |
app-dicts/sword-ChiNCVt: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-ChiNCVt')
-rw-r--r-- | app-dicts/sword-ChiNCVt/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-ChiNCVt/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-ChiNCVt/sword-ChiNCVt-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-ChiNCVt/Manifest b/app-dicts/sword-ChiNCVt/Manifest new file mode 100644 index 000000000000..373408accc87 --- /dev/null +++ b/app-dicts/sword-ChiNCVt/Manifest @@ -0,0 +1 @@ +DIST ChiNCVt-1.0.zip 1481334 BLAKE2B 97f00327bd9d528e72eff7b9f6efb92b312c8aa7318402a1ac0a92ec41c376af9a04e80d3e328fbfbe9d0226ffab5448ecb09fecf17e1e672c07c0c27b7e1af1 SHA512 5a392c595b7355cc407d5e8db124c550f66e46b6d9d21c1e945b1341f175add1e7098f350236e7c520fe1f8fc10a3e44ae497037308d84a6c9354ab2a430f86f diff --git a/app-dicts/sword-ChiNCVt/metadata.xml b/app-dicts/sword-ChiNCVt/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-ChiNCVt/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-ChiNCVt/sword-ChiNCVt-1.0.ebuild b/app-dicts/sword-ChiNCVt/sword-ChiNCVt-1.0.ebuild new file mode 100644 index 000000000000..ae8eb3946a9f --- /dev/null +++ b/app-dicts/sword-ChiNCVt/sword-ChiNCVt-1.0.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.6" + +inherit sword-module + +DESCRIPTION="New Chinese Version of the Bible, traditional script" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ChiNCVt" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |