logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 1b0ab44da1d632c3661721da14cafe8868485584
parent 7158c253cca74d5a50df755eaeb7ca6cfca36602
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 30 Oct 2023 05:38:08 +0100

app-text/kanaconv: new package, add 9999

Diffstat:

Aapp-text/kanaconv/kanaconv-9999.ebuild20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/app-text/kanaconv/kanaconv-9999.ebuild b/app-text/kanaconv/kanaconv-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nodejs git-r3 + +DESCRIPTION="Command to convert Japanese from/to Kana/Kanji/Romaji with furigana option" +HOMEPAGE="https://hacktivis.me/git/kanaconv/" +EGIT_REPO_URI="https://hacktivis.me/git/kanaconv.git" +LICENSE="MIT" +SLOT="0" + +RESTRICT="test" # Has no tests + +RDEPEND=" + dev-nodejs/kuroshiro + dev-nodejs/kuroshiro-analyzer-mecab + dev-nodejs/minimist +"