aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/forkstat/forkstat-0.03.02.ebuild')
-rw-r--r--sys-process/forkstat/forkstat-0.03.02.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-process/forkstat/forkstat-0.03.02.ebuild b/sys-process/forkstat/forkstat-0.03.02.ebuild
new file mode 100644
index 000000000..d11f5b03c
--- /dev/null
+++ b/sys-process/forkstat/forkstat-0.03.02.ebuild
@@ -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
+}