blob: dc38bcedb08b5c383a4b31064ea8b37c0b8d99c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
FROM_LANG="Turkish"
TO_LANG="German"
DICT_PREFIX="freedict-"
inherit stardict
HOMEPAGE="http://download.huzheng.org/freedict.de/"
KEYWORDS="amd64 ~riscv x86"
|