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

EAPI=8

DESCRIPTION="TUI and CLI wrappers for Gentoo system upgrades"
HOMEPAGE="https://gitlab.com/masterwolf/tuiemerge"
SRC_URI="https://gitlab.com/masterwolf/tuiemerge/-/archive/${PV}/tuiemerge-${PV}.tar.bz2"

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

RDEPEND="
dev-util/dialog
app-shells/bash
"

DEPEND="${RDEPEND}"

src_install() {

dobin tuiemerge

}