app-admin/fatrace: new package, add 0.18.0

Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
Daichi Yamamoto
2025-05-27 06:13:20 +09:00
parent 9677f23643
commit 8081da4328
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST fatrace-0.18.0.tar.gz 26177 BLAKE2B 84c864f2c251e3969831aae055c8c8c348e28d8f03526fc66f9ca75b0b249eda478aee684a26bbecbcae86aad0a2dbefae539384f18488ce2f9ca30cc261286b SHA512 3431b1d66be16b68c53b7d94e58807bbe9e220900c901a7328d89f115f323b8c1408e9260b4cab8f8568ac9616a5d5df10f66af08062f987c3728f4a994816c3

View File

@@ -0,0 +1,22 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="report system wide file access events"
HOMEPAGE="https://github.com/martinpitt/fatrace"
SRC_URI="https://github.com/martinpitt/fatrace/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="powertop"
RDEPEND="powertop? ( sys-power/powertop )"
src_install() {
dosbin fatrace
doman fatrace.8
use powertop && dosbin power-usage-report
dodoc NEWS
}

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dev@dyama.net</email>
<name>Daichi Yamamoto</name>
</maintainer>
<use>
<flag name="powertop">Install power-usage-report script</flag>
</use>
<upstream>
<remote-id type="github">martinpitt/fatrace</remote-id>
</upstream>
</pkgmetadata>