diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:40:44 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:34:54 +0200 |
commit | 96734f62105ab874c8592bcfc873accc821fcffd (patch) | |
tree | 474eadbb09ac60bdb23442a47e85e53c3afdb645 /app-dicts/sword-ChiUnL | |
parent | app-dicts/sword-ChiUn: new package (diff) | |
download | gentoo-96734f62105ab874c8592bcfc873accc821fcffd.tar.gz gentoo-96734f62105ab874c8592bcfc873accc821fcffd.tar.bz2 gentoo-96734f62105ab874c8592bcfc873accc821fcffd.zip |
app-dicts/sword-ChiUnL: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-ChiUnL')
-rw-r--r-- | app-dicts/sword-ChiUnL/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-ChiUnL/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-ChiUnL/sword-ChiUnL-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-ChiUnL/Manifest b/app-dicts/sword-ChiUnL/Manifest new file mode 100644 index 000000000000..3ace535a73c3 --- /dev/null +++ b/app-dicts/sword-ChiUnL/Manifest @@ -0,0 +1 @@ +DIST ChiUnL-1.0.zip 1076943 BLAKE2B f98ac1ac5851416629c75a8c7d30ff1f0abfc909b8d17416ee4710973ef3e57fe5d5afe3d8202687b0ee928c2d69f799eb70a1a59e15f13e96b539cc17355a8f SHA512 fae13e795248d2de91253db9bb2eca5e961d5f781188ba2e1bc0d55aab354de66a48355f5d1f5021379ec6a7353db326fe688f241a4b2b8b10867beaf62ef2d8 diff --git a/app-dicts/sword-ChiUnL/metadata.xml b/app-dicts/sword-ChiUnL/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-ChiUnL/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-ChiUnL/sword-ChiUnL-1.0.ebuild b/app-dicts/sword-ChiUnL/sword-ChiUnL-1.0.ebuild new file mode 100644 index 000000000000..07e01c17a10c --- /dev/null +++ b/app-dicts/sword-ChiUnL/sword-ChiUnL-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.6.0" + +inherit sword-module + +DESCRIPTION="Chinese Union Version of the Bible, classical (literary) script" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ChiUnL" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |