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

EAPI=8

DESCRIPTION="A tool to accept licenses in a windows install wizard fashion"
HOMEPAGE="https://gitlab.com/masterwolf/portage-wizard"
EGIT_REPO_URI="https://gitlab.com/masterwolf/portage-wizard.git"

LICENSE="GPL-2"
SLOT="0"

inherit git-r3 autotools

RDEPEND="
	sys-apps/portage
	sys-apps/less
	sys-apps/coreutils
"

DEPEND="${RDEPEND}"

src_prepare() {
eautoreconf
default
}

src_compile()
{
	emake
}

src_install() {

dobin emergew

}