diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-09-11 02:40:07 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-09-11 02:44:18 +0200 |
commit | d04ed838d71935341a77976c8d6a30820fc1ca09 (patch) | |
tree | 10ab537f32b89515e03617a5b63f9cc9427da857 /app-dicts/sword-VieStrongsGreek | |
parent | app-dicts/sword-Wycliffe: bump to 2.4 (diff) | |
download | gentoo-d04ed838d71935341a77976c8d6a30820fc1ca09.tar.gz gentoo-d04ed838d71935341a77976c8d6a30820fc1ca09.tar.bz2 gentoo-d04ed838d71935341a77976c8d6a30820fc1ca09.zip |
app-dicts/sword-VieStrongsGreek: new ebuild
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-VieStrongsGreek')
-rw-r--r-- | app-dicts/sword-VieStrongsGreek/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-VieStrongsGreek/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-VieStrongsGreek/sword-VieStrongsGreek-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-VieStrongsGreek/Manifest b/app-dicts/sword-VieStrongsGreek/Manifest new file mode 100644 index 000000000000..ef0460696e04 --- /dev/null +++ b/app-dicts/sword-VieStrongsGreek/Manifest @@ -0,0 +1 @@ +DIST VieStrongsGreek-1.0.zip 554805 BLAKE2B 027a49933d41af9ef8447e705e09e8cbdb92086425730ecf6e0f247ff8b4d1e631c6632b1980d7d2bf581efba7687ceb7910be2fc6e2bfed698a45945e25564e SHA512 706c976797acac96d9be17cada4e3f79a8a1ac0b0f36939e481af352655f1bb9d35e4fae275333618ec7224b7be0f7a6637f7d5b431dd352986bb8b5c5f2ddb3 diff --git a/app-dicts/sword-VieStrongsGreek/metadata.xml b/app-dicts/sword-VieStrongsGreek/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-VieStrongsGreek/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-VieStrongsGreek/sword-VieStrongsGreek-1.0.ebuild b/app-dicts/sword-VieStrongsGreek/sword-VieStrongsGreek-1.0.ebuild new file mode 100644 index 000000000000..e2c727a0a278 --- /dev/null +++ b/app-dicts/sword-VieStrongsGreek/sword-VieStrongsGreek-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.7.2" + +inherit sword-module + +DESCRIPTION="Richard Helleme’s Greek-English-Vietnamese Dictionary in Vietnamese" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=VieStrongsGreek" +LICENSE="CC-BY-4.0" +KEYWORDS="~amd64 ~ppc ~x86" |