blob: 9f9dfb19ef233b86465cb4d6440ed6c7b75d8635 (
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="English"
TO_LANG="Spanish"
DICT_PREFIX="dictd_www.freedict.de_"
inherit stardict
HOMEPAGE="http://download.huzheng.org/freedict.de/"
KEYWORDS="amd64 ~riscv x86"
|