diff options
-rw-r--r-- | app-dicts/sword-ItNomiBibbia/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-ItNomiBibbia/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-ItNomiBibbia/sword-ItNomiBibbia-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-ItNomiBibbia/Manifest b/app-dicts/sword-ItNomiBibbia/Manifest new file mode 100644 index 000000000000..85321b144178 --- /dev/null +++ b/app-dicts/sword-ItNomiBibbia/Manifest @@ -0,0 +1 @@ +DIST ItNomiBibbia-1.0.zip 573300 BLAKE2B 1183a6ba2ad8d4be94068e891819023c24521b973c9af38d72e244e50c0a2f103aec93a5a73f1271ab79ccf09c0c07d5e7e85f8910314269a207123be983dc6e SHA512 49e1f3cc6674cb6ee2410ad5512b753a99ee074777ae0c646d63e7fbb4db73e44d60cb1f37491ba349809b154dcf0b37465822cb149ba9f27e37c4f7f115d8fd diff --git a/app-dicts/sword-ItNomiBibbia/metadata.xml b/app-dicts/sword-ItNomiBibbia/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-ItNomiBibbia/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-ItNomiBibbia/sword-ItNomiBibbia-1.0.ebuild b/app-dicts/sword-ItNomiBibbia/sword-ItNomiBibbia-1.0.ebuild new file mode 100644 index 000000000000..038fbef66da5 --- /dev/null +++ b/app-dicts/sword-ItNomiBibbia/sword-ItNomiBibbia-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.1" + +inherit sword-module + +DESCRIPTION="Dizionario dei nomi della Bibbia" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ItNomiBibbia" +LICENSE="freedist" +KEYWORDS="~amd64 ~ppc ~x86" |