app-misc/proctl: new package, version 9999

Signed-off-by: kernaltrap8 <kernaltrap@gmail.com>
This commit is contained in:
kernaltrap8
2024-06-03 17:33:02 -05:00
parent e29e4f1844
commit 918baeec3d
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
EAPI=8
inherit meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/kernaltrap8/proctl"
S="${WORKDIR}/${PN}-9999"
fi
DESCRIPTION="small C program that can control processes"
HOMEPAGE="https://github.com/kernaltrap8/proctl"
LICENSE="GPL-3"
SLOT="0"
DEPEND="${BDEPEND}"
BDEPEND="
dev-build/meson
"
src_configure() {
meson_src_configure
}