diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:51:02 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:40:32 +0200 |
commit | 74cd200e7f24f9b417b5510ed2629db642ac12ae (patch) | |
tree | a4fd98727406ad38e3b5ca952dae6a82b8d0fc35 /app-dicts/sword-Tausug | |
parent | app-dicts/sword-TagAngBiblia: new package (diff) | |
download | gentoo-74cd200e7f24f9b417b5510ed2629db642ac12ae.tar.gz gentoo-74cd200e7f24f9b417b5510ed2629db642ac12ae.tar.bz2 gentoo-74cd200e7f24f9b417b5510ed2629db642ac12ae.zip |
app-dicts/sword-Tausug: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Tausug')
-rw-r--r-- | app-dicts/sword-Tausug/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Tausug/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/sword-Tausug/sword-Tausug-1.1.ebuild | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/sword-Tausug/Manifest b/app-dicts/sword-Tausug/Manifest new file mode 100644 index 000000000000..d50487c43102 --- /dev/null +++ b/app-dicts/sword-Tausug/Manifest @@ -0,0 +1 @@ +DIST Tausug-1.1.zip 645228 BLAKE2B a36e610ba87e1fa2ea3040ee2cec32e9e9b081d19efd3a44d9c51e35e864bb2be3131cf6a4c9e3b592a4fbd7b5f7d146a7f65993e7f6e530bc40697f9a67ef4f SHA512 90f9a73f07394a29cf1e03af6f4b18a64ee9c95eec2f5eac4a28c7b81c17d423dc6e69a87b3179a755b25e68d3f202d17d02940106dcef1911dd9c2ba159409a diff --git a/app-dicts/sword-Tausug/metadata.xml b/app-dicts/sword-Tausug/metadata.xml new file mode 100644 index 000000000000..1b1e8e5c3165 --- /dev/null +++ b/app-dicts/sword-Tausug/metadata.xml @@ -0,0 +1,11 @@ +<?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> + <longdescription> + The New Testament in the Tausug language. © International Bible Society. First Edition 1985. Revised Edition 1998. + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-Tausug/sword-Tausug-1.1.ebuild b/app-dicts/sword-Tausug/sword-Tausug-1.1.ebuild new file mode 100644 index 000000000000..d4dbe01f4ec1 --- /dev/null +++ b/app-dicts/sword-Tausug/sword-Tausug-1.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="Tausug Kitab Injil" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Tausug" +LICENSE="CC-BY-ND-3.0" +KEYWORDS="~amd64 ~ppc ~x86" |