diff options
-rw-r--r-- | app-dicts/sword-SweFolk1998/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-SweFolk1998/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-SweFolk1998/sword-SweFolk1998-1.2.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-SweFolk1998/Manifest b/app-dicts/sword-SweFolk1998/Manifest new file mode 100644 index 000000000000..8a530b36263d --- /dev/null +++ b/app-dicts/sword-SweFolk1998/Manifest @@ -0,0 +1 @@ +DIST SweFolk1998-1.2.zip 1633828 BLAKE2B cfdd4df8998d942c4358f5ad7625968d50fc9f8f0c1181faca4db2718105615140587782f07ea9262fd016de9ad079e8e109e4d2b03d609747f1d4490bd22599 SHA512 ae2e2f51512c2ab7e7fac1d1366b1e9f59d2aeeffe93ef5077a84bdc8581dd09fa690be7fc37f4e3fa2554e546f88444fc804d31090b732aa03f36b61f72a620 diff --git a/app-dicts/sword-SweFolk1998/metadata.xml b/app-dicts/sword-SweFolk1998/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-SweFolk1998/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-SweFolk1998/sword-SweFolk1998-1.2.ebuild b/app-dicts/sword-SweFolk1998/sword-SweFolk1998-1.2.ebuild new file mode 100644 index 000000000000..b61d5a5a91f9 --- /dev/null +++ b/app-dicts/sword-SweFolk1998/sword-SweFolk1998-1.2.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.9" + +inherit sword-module + +DESCRIPTION="Svenska Folkbibeln (1998)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=SweFolk1998" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86" |