mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-admin/fatrace: new package, add 0.18.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
1
app-admin/fatrace/Manifest
Normal file
1
app-admin/fatrace/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST fatrace-0.18.0.tar.gz 26177 BLAKE2B 84c864f2c251e3969831aae055c8c8c348e28d8f03526fc66f9ca75b0b249eda478aee684a26bbecbcae86aad0a2dbefae539384f18488ce2f9ca30cc261286b SHA512 3431b1d66be16b68c53b7d94e58807bbe9e220900c901a7328d89f115f323b8c1408e9260b4cab8f8568ac9616a5d5df10f66af08062f987c3728f4a994816c3
|
||||
22
app-admin/fatrace/fatrace-0.18.0.ebuild
Normal file
22
app-admin/fatrace/fatrace-0.18.0.ebuild
Normal 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
|
||||
}
|
||||
14
app-admin/fatrace/metadata.xml
Normal file
14
app-admin/fatrace/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user