# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Gentoo portage dependencies navigator on Curses in NCDU style" HOMEPAGE="https://github.com/ulcuber/nceql" EGIT_REPO_URI="https://github.com/ulcuber/nceql.git" LICENSE="MIT" SLOT="0" inherit git-r3 RDEPEND=" app-portage/gentoolkit " DEPEND="${RDEPEND}" src_install() { dobin depgraph }