diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:46:42 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:36:23 +0200 |
commit | df7ec38e8f1e29527f47ca588f776692128eaa5c (patch) | |
tree | d9eac645feccb426e6ed2aff5f29ea0b90a234e2 /app-dicts/sword-Mg1865 | |
parent | app-dicts/sword-MapM: new package (diff) | |
download | gentoo-df7ec38e8f1e29527f47ca588f776692128eaa5c.tar.gz gentoo-df7ec38e8f1e29527f47ca588f776692128eaa5c.tar.bz2 gentoo-df7ec38e8f1e29527f47ca588f776692128eaa5c.zip |
app-dicts/sword-Mg1865: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Mg1865')
-rw-r--r-- | app-dicts/sword-Mg1865/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Mg1865/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Mg1865/sword-Mg1865-1.1.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-Mg1865/Manifest b/app-dicts/sword-Mg1865/Manifest new file mode 100644 index 000000000000..927c64835f9b --- /dev/null +++ b/app-dicts/sword-Mg1865/Manifest @@ -0,0 +1 @@ +DIST Mg1865-1.1.1.zip 1525628 BLAKE2B 8e88b11368eba767dda2520db3b019222281a42a480660a570946611e36ff2fc930f7ae9b9b715f28c0e20c7207ee72cb730491de437b3bd318949dd71b44427 SHA512 16e254a82b300f3424cdbc9644075a38520bc270aec9ac695ee803bceae445b76baec1ed7822d752ef77522b128b73f8f6abde30e8cc0d13ce502d11e20fae6e diff --git a/app-dicts/sword-Mg1865/metadata.xml b/app-dicts/sword-Mg1865/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Mg1865/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-Mg1865/sword-Mg1865-1.1.1.ebuild b/app-dicts/sword-Mg1865/sword-Mg1865-1.1.1.ebuild new file mode 100644 index 000000000000..f3b7b6a3cbc4 --- /dev/null +++ b/app-dicts/sword-Mg1865/sword-Mg1865-1.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="Malagasy Bible (1865)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Mg1865" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |