mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
app-misc/proctl: new package, version 9999
Signed-off-by: kernaltrap8 <kernaltrap@gmail.com>
This commit is contained in:
17
app-misc/proctl/metadata.xml
Normal file
17
app-misc/proctl/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>kernaltrap@gmail.com</email>
|
||||||
|
<description>Primary maintainer</description>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription>
|
||||||
|
proctl is a C program that allows the controlling of other processes.
|
||||||
|
it can execute, kill, and restart processes my passing arguments to
|
||||||
|
the proctl command.
|
||||||
|
</longdescription>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">kernaltrap8/proctl</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
24
app-misc/proctl/proctl-9999.ebuild
Normal file
24
app-misc/proctl/proctl-9999.ebuild
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user