summaryrefslogtreecommitdiff
path: root/app-dicts/stardict-en-cz/stardict-en-cz-20190201.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-02-09 15:51:45 +0100
committerKarel Kočí <cynerd@email.cz>2019-02-09 15:51:45 +0100
commit7f78bac06b589942147f4a481ce9f1e3937f3363 (patch)
tree3b15e6292654751fe6ee0b5ce45c4c7d4b58ed68 /app-dicts/stardict-en-cz/stardict-en-cz-20190201.ebuild
parentaddc4aeed0a4266be6a9aaa5cf78f80fe4d7e4a8 (diff)
downloadgentoo-personal-overlay-7f78bac06b589942147f4a481ce9f1e3937f3363.tar.gz
gentoo-personal-overlay-7f78bac06b589942147f4a481ce9f1e3937f3363.tar.bz2
gentoo-personal-overlay-7f78bac06b589942147f4a481ce9f1e3937f3363.zip
app-dicts/starting-en-cz: update to 20190201
Diffstat (limited to 'app-dicts/stardict-en-cz/stardict-en-cz-20190201.ebuild')
-rw-r--r--app-dicts/stardict-en-cz/stardict-en-cz-20190201.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-dicts/stardict-en-cz/stardict-en-cz-20190201.ebuild b/app-dicts/stardict-en-cz/stardict-en-cz-20190201.ebuild
new file mode 100644
index 0000000..44e7dff
--- /dev/null
+++ b/app-dicts/stardict-en-cz/stardict-en-cz-20190201.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="GNU/FDL English-Czech dictionary for StarDict"
+HOMEPAGE="http://slovnik.zcu.cz/"
+SRC_URI="http://dl.cihar.com/slovnik/stable/stardict-english-czech-${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+S="${WORKDIR}/stardict-english-czech-${PV}"
+
+src_install() {
+ dodir /usr/share/stardict/dic
+ cp "${S}"/czech-english.* "${D}"/usr/share/stardict/dic/
+ cp "${S}"/english-czech.* "${D}"/usr/share/stardict/dic/
+}