From 89e09c16b57f65a2d1deaec746bd3080bf21af43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 2 Dec 2017 18:49:22 +0100 Subject: Update stardict dictionaries --- app-dicts/stardict-cz/stardict-cz-20171101.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app-dicts/stardict-cz/stardict-cz-20171101.ebuild (limited to 'app-dicts/stardict-cz/stardict-cz-20171101.ebuild') diff --git a/app-dicts/stardict-cz/stardict-cz-20171101.ebuild b/app-dicts/stardict-cz/stardict-cz-20171101.ebuild new file mode 100644 index 0000000..baa541b --- /dev/null +++ b/app-dicts/stardict-cz/stardict-cz-20171101.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Czech dictionary of foreign words for stardict" +HOMEPAGE="http://slovnik-cizich-slov.abz.cz/" +SRC_URI="http://dl.cihar.com/slovnik/stable/stardict-czech-${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +S="${WORKDIR}/stardict-czech-${PV}" + +src_install() { + dodir /usr/share/stardict/dic + cp "${S}"/czech* "${D}"/usr/share/stardict/dic/ +} -- cgit v1.2.3