diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:42:05 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:36:13 +0200 |
commit | 7ef405b849cb2db53d9d2d8d2989d4baa7739a83 (patch) | |
tree | c404bbb4eab00b31fd5c3052d32773533fbfea48 /app-dicts/sword-FVDPVietAnh | |
parent | app-dicts/sword-Eusebian_vs: new package (diff) | |
download | gentoo-7ef405b849cb2db53d9d2d8d2989d4baa7739a83.tar.gz gentoo-7ef405b849cb2db53d9d2d8d2989d4baa7739a83.tar.bz2 gentoo-7ef405b849cb2db53d9d2d8d2989d4baa7739a83.zip |
app-dicts/sword-FVDPVietAnh: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-FVDPVietAnh')
-rw-r--r-- | app-dicts/sword-FVDPVietAnh/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-FVDPVietAnh/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-FVDPVietAnh/sword-FVDPVietAnh-1.1.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-FVDPVietAnh/Manifest b/app-dicts/sword-FVDPVietAnh/Manifest new file mode 100644 index 000000000000..ad9e6a7d5dba --- /dev/null +++ b/app-dicts/sword-FVDPVietAnh/Manifest @@ -0,0 +1 @@ +DIST FVDPVietAnh-1.1.1.zip 1683189 BLAKE2B 5acecdd1ce5c0ff3bdbb19cc7a563650a6cea26f649096c98bb87752d3f6a43bd8183b2524faa0712c205c0e6aa4d96ad61be1c84fe8f3d67bb0b58be122a6b0 SHA512 a2c539cbce9bb6cf936227fb5ee38992be6659c7e7d799e98fabdf7db1588eee871983734191d555eec6ef8898c3208198264678a5805f85db01af3b38453f1b diff --git a/app-dicts/sword-FVDPVietAnh/metadata.xml b/app-dicts/sword-FVDPVietAnh/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-FVDPVietAnh/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-FVDPVietAnh/sword-FVDPVietAnh-1.1.1.ebuild b/app-dicts/sword-FVDPVietAnh/sword-FVDPVietAnh-1.1.1.ebuild new file mode 100644 index 000000000000..6d660c1d6d6d --- /dev/null +++ b/app-dicts/sword-FVDPVietAnh/sword-FVDPVietAnh-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.11" + +inherit sword-module + +DESCRIPTION="FVDP Vietnamese-English Dictionary" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=FVDPVietAnh" +LICENSE="GPL-3+" +KEYWORDS="~amd64 ~ppc ~x86" |