diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:40:27 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:34:35 +0200 |
commit | 7ae535e8eb40a08fe1ae944fe06b21c85f1fa8c4 (patch) | |
tree | aaff52c363d2da6cd58f99a45759ccad13be1ff0 /app-dicts/sword-Cawdrey | |
parent | app-dicts/sword-Catena: new package (diff) | |
download | gentoo-7ae535e8eb40a08fe1ae944fe06b21c85f1fa8c4.tar.gz gentoo-7ae535e8eb40a08fe1ae944fe06b21c85f1fa8c4.tar.bz2 gentoo-7ae535e8eb40a08fe1ae944fe06b21c85f1fa8c4.zip |
app-dicts/sword-Cawdrey: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Cawdrey')
-rw-r--r-- | app-dicts/sword-Cawdrey/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Cawdrey/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Cawdrey/sword-Cawdrey-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-Cawdrey/Manifest b/app-dicts/sword-Cawdrey/Manifest new file mode 100644 index 000000000000..04c483c98cfb --- /dev/null +++ b/app-dicts/sword-Cawdrey/Manifest @@ -0,0 +1 @@ +DIST Cawdrey-1.0.zip 110761 BLAKE2B b044e697a98fe97265fa1ee3d3482fb35a2fb37a27e2488c57dbb8f12431dd994be419e46688a76d50ee2a9ba44ff7cb72859e5a7c89854c245e08bb1343a600 SHA512 14062a77b09eedefebb135a493d03f0736e0c33b9498d90102f491f3bc83992ae5e630ac97d7e321bf17c6bde841248235862f0c45f336933882e7da81b15059 diff --git a/app-dicts/sword-Cawdrey/metadata.xml b/app-dicts/sword-Cawdrey/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Cawdrey/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-Cawdrey/sword-Cawdrey-1.0.ebuild b/app-dicts/sword-Cawdrey/sword-Cawdrey-1.0.ebuild new file mode 100644 index 000000000000..e69bb6a51ed3 --- /dev/null +++ b/app-dicts/sword-Cawdrey/sword-Cawdrey-1.0.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="A Table Alphabeticall by Robert Cawdrey (1604)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Cawdrey" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |