diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:41:31 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:35:40 +0200 |
commit | bb6141162b2126cd7a6583db042e24cccdf8faa0 (patch) | |
tree | 300ac65f482dabd82b6c49d698e75ee3da7ed178 /app-dicts/sword-Dari | |
parent | app-dicts/sword-DaOT1871NT1907: new package (diff) | |
download | gentoo-bb6141162b2126cd7a6583db042e24cccdf8faa0.tar.gz gentoo-bb6141162b2126cd7a6583db042e24cccdf8faa0.tar.bz2 gentoo-bb6141162b2126cd7a6583db042e24cccdf8faa0.zip |
app-dicts/sword-Dari: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Dari')
-rw-r--r-- | app-dicts/sword-Dari/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Dari/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/sword-Dari/sword-Dari-1.0.2.ebuild | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/sword-Dari/Manifest b/app-dicts/sword-Dari/Manifest new file mode 100644 index 000000000000..54338c40c060 --- /dev/null +++ b/app-dicts/sword-Dari/Manifest @@ -0,0 +1 @@ +DIST Dari-1.0.2.zip 1820090 BLAKE2B 4397efbc81e33fc5f1b0ebdf6f14fa55ff45671327518daf66423a768fc140f7924407707415556fec4768fe81f4927beab5cb293cf339c19e33c716d5ba004a SHA512 9921de2c8f9ccdbc1442695d2214eb1c2274e2a5be5fe641377c42ceeb214f78d1c48bc0b3fcfa778f3c0151cca9fde036d18258c9e2a790a792589d11e093c3 diff --git a/app-dicts/sword-Dari/metadata.xml b/app-dicts/sword-Dari/metadata.xml new file mode 100644 index 000000000000..6806fb191413 --- /dev/null +++ b/app-dicts/sword-Dari/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> + Farsi (Dari) Translation for Afghanistan. This module may be distributed for God's glory without any alteration to format or content. + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-Dari/sword-Dari-1.0.2.ebuild b/app-dicts/sword-Dari/sword-Dari-1.0.2.ebuild new file mode 100644 index 000000000000..c5f7584bbf54 --- /dev/null +++ b/app-dicts/sword-Dari/sword-Dari-1.0.2.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.11" + +inherit sword-module + +DESCRIPTION="Dari Translation" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Dari" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86" |