mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
sys-process/forkstat: new package, add 0.03.02
Signed-off-by: Carlos Eduardo <carana2099@gmail.com>
This commit is contained in:
1
sys-process/forkstat/Manifest
Normal file
1
sys-process/forkstat/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST forkstat-0.03.02.tar.gz 189866 BLAKE2B 286d73fd080b10983fcc39537a0e6040e77f0af8f02e867eb161eb75d2079417d7a0522e20864a7f3eadd73ff18d3fb110d8a0abc594e40264388ee06e342cef SHA512 2b614552ecd573814517d81a4b23ff432a128cc534e8e44d98a063c261003de5c077a406a476870f6468a7141616a02192793ab564fbef4ddf592b586c7c2b98
|
||||
16
sys-process/forkstat/forkstat-0.03.02.ebuild
Normal file
16
sys-process/forkstat/forkstat-0.03.02.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
DESCRIPTION="Logs process fork(), exec() and exit() activity"
|
||||
HOMEPAGE="https://github.com/ColinIanKing/forkstat"
|
||||
SRC_URI="https://github.com/ColinIanKing/forkstat/archive/refs/tags/V${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${P}"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i 's/8.gz/8/g' Makefile
|
||||
}
|
||||
18
sys-process/forkstat/metadata.xml
Normal file
18
sys-process/forkstat/metadata.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>carana2099@gmail.com</email>
|
||||
<name>Carlos E.</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Forkstat is a program that logs process fork(), exec() and
|
||||
exit() activity. It is useful for monitoring system behaviour
|
||||
and to track down rogue processes that are spawning off
|
||||
processes and potentially abusing the system.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">ColinIanKing/forkstat</remote-id>
|
||||
<changelog>https://github.com/ColinIanKing/forkstat/blob/master/debian/changelog</changelog>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user