# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Master wrappper for all my gentoo TUI scripts"
HOMEPAGE="https://gitlab.com/masterwolf/gentui"
SRC_URI="https://gitlab.com/masterwolf/gentui/-/archive/${PV}/gentui-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
dev-util/dialog
app-shells/bash
app-portage/pupgrade
app-portage/tuiemerge
"

DEPEND="${RDEPEND}"

src_install() {

dobin gentui

}