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

EAPI=8

inherit git-r3

DESCRIPTION="quick set opts per package"
HOMEPAGE="https://github.com/megabaks/portopts"
EGIT_REPO_URI="https://github.com/megabaks/${PN}.git"

S="${WORKDIR}"

LICENSE="GPL-3"
SLOT="0"

RDEPEND="
	app-shells/bash:=
	sys-apps/gawk
	sys-apps/portage
"
DEPEND="${RDEPEND}"

src_install() {
	dosbin *
}