# 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 RDEPEND=" sys-apps/portage sys-apps/less sys-apps/coreutils " DEPEND="${RDEPEND}" src_compile() { gcc emergew.c -o emergew } src_install() { dobin emergew }