diff options
author | Karel Kočí <cynerd@email.cz> | 2017-12-02 18:49:22 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-12-02 18:49:22 +0100 |
commit | 89e09c16b57f65a2d1deaec746bd3080bf21af43 (patch) | |
tree | dea746c7a9ca8aa7bd12b7311c1a57c3d09fd283 /app-dicts/stardict-cz/stardict-cz-20171101.ebuild | |
parent | 7d3f7d6dfe5f0d84242489a6d3e062ae52d728cd (diff) | |
download | gentoo-personal-overlay-89e09c16b57f65a2d1deaec746bd3080bf21af43.tar.gz gentoo-personal-overlay-89e09c16b57f65a2d1deaec746bd3080bf21af43.tar.bz2 gentoo-personal-overlay-89e09c16b57f65a2d1deaec746bd3080bf21af43.zip |
Update stardict dictionaries
Diffstat (limited to 'app-dicts/stardict-cz/stardict-cz-20171101.ebuild')
-rw-r--r-- | app-dicts/stardict-cz/stardict-cz-20171101.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
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/ +} |