diff options
Diffstat (limited to 'app-dicts/sword-FarsiOPV')
-rw-r--r-- | app-dicts/sword-FarsiOPV/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-FarsiOPV/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-FarsiOPV/sword-FarsiOPV-1.0.ebuild | 12 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/sword-FarsiOPV/Manifest b/app-dicts/sword-FarsiOPV/Manifest new file mode 100644 index 000000000000..a5693e82991c --- /dev/null +++ b/app-dicts/sword-FarsiOPV/Manifest @@ -0,0 +1 @@ +DIST FarsiOPV-1.0.zip 1592646 BLAKE2B 38a667f4b2a97594dade22939f78106e8e1f32f13f7be7deb788a8529bbdda9db46b69e1a568d8ffd96f5cf4a3155a0370f5be9c9fdd10a53196c79b2badfa5f SHA512 41c84bbff9bb0959963d1701dfd8a8f8420d9525cb1ca2bca793145ee8db0fcacd72b6eb1a50849d2a8e712de108c4d065638a64c0f458cb4463f2f6779fbfc4 diff --git a/app-dicts/sword-FarsiOPV/metadata.xml b/app-dicts/sword-FarsiOPV/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-FarsiOPV/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-FarsiOPV/sword-FarsiOPV-1.0.ebuild b/app-dicts/sword-FarsiOPV/sword-FarsiOPV-1.0.ebuild new file mode 100644 index 000000000000..3d4d4b709686 --- /dev/null +++ b/app-dicts/sword-FarsiOPV/sword-FarsiOPV-1.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +SWORD_MODULE="FarsiOPV" + +inherit sword-module + +DESCRIPTION="Persian Holy Bible (Tarjumeh-ye Ghadeem)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=FarsiOPV" +LICENSE="free-noncomm" +KEYWORDS="~amd64 ~ppc ~x86" |