summaryrefslogtreecommitdiff
path: root/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
blob: 05cd94ef34d443a53f78171f141629f9f134e2be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"

MY_P="unidic-mecab-${PV}_src"

DESCRIPTION="IPA dictionary for MeCab"
HOMEPAGE="https://osdn.jp/projects/unidic/"
SRC_URI="mirror://sourceforge.jp/${PN#*-}/58338/${MY_P}.zip"

LICENSE="|| ( BSD GPL-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
IUSE=""

DEPEND="
	app-arch/unzip
	app-text/mecab"
S="${WORKDIR}/${MY_P}"