logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

kanaconv-9999.ebuild (505B)


  1. # Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. inherit nodejs git-r3
  5. DESCRIPTION="Command to convert Japanese from/to Kana/Kanji/Romaji with furigana option"
  6. HOMEPAGE="https://hacktivis.me/git/kanaconv/"
  7. EGIT_REPO_URI="https://hacktivis.me/git/kanaconv.git"
  8. LICENSE="MIT"
  9. SLOT="0"
  10. RESTRICT="test" # Has no tests
  11. RDEPEND="
  12. dev-nodejs/kuroshiro:0
  13. dev-nodejs/kuroshiro-analyzer-mecab
  14. dev-nodejs/minimist
  15. "