diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:51:26 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:40:55 +0200 |
commit | 6ec4baffadd256c1f89e7c7b186bb7792425e37f (patch) | |
tree | ba35a8ea1c732eb9de4719911e22673b6a915b2f /app-dicts | |
parent | app-dicts/sword-UrduGeoDeva: new package (diff) | |
download | gentoo-6ec4baffadd256c1f89e7c7b186bb7792425e37f.tar.gz gentoo-6ec4baffadd256c1f89e7c7b186bb7792425e37f.tar.bz2 gentoo-6ec4baffadd256c1f89e7c7b186bb7792425e37f.zip |
app-dicts/sword-UrduGeoRoman: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-UrduGeoRoman/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-UrduGeoRoman/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-UrduGeoRoman/sword-UrduGeoRoman-1.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-UrduGeoRoman/Manifest b/app-dicts/sword-UrduGeoRoman/Manifest new file mode 100644 index 000000000000..ac2e98c58e60 --- /dev/null +++ b/app-dicts/sword-UrduGeoRoman/Manifest @@ -0,0 +1 @@ +DIST UrduGeoRoman-1.1.zip 2029001 BLAKE2B ceab12a198581cb1c30aeb08437e1c18018bcbc2d90b644145e243b9ca723a98da07ae20a9af6ba955a964f7c0ba4a97671649be11549d9e46a32df8a9dacb79 SHA512 2776d1c54405b1d43f6f6a390570306cf572f44d742a57f3dd4f678fea7b171297bd6e9d6f5ad36d50258497bfafdaea8bb5bee2a8565a5ef519ef09cd246a52 diff --git a/app-dicts/sword-UrduGeoRoman/metadata.xml b/app-dicts/sword-UrduGeoRoman/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-UrduGeoRoman/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-UrduGeoRoman/sword-UrduGeoRoman-1.1.ebuild b/app-dicts/sword-UrduGeoRoman/sword-UrduGeoRoman-1.1.ebuild new file mode 100644 index 000000000000..fe6d48fe7636 --- /dev/null +++ b/app-dicts/sword-UrduGeoRoman/sword-UrduGeoRoman-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.6.0" + +inherit sword-module + +DESCRIPTION="Urdu Geo Version (UGV) of the Bible, Latin script" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=UrduGeoRoman" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86" |