Files
guru/app-admin/fatrace/fatrace-0.19.1.ebuild
Daichi Yamamoto da34c94ac9 app-admin/fatrace: add 0.19.1, drop 0.19.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
2026-06-05 13:55:51 +09:00

22 lines
487 B
Bash

# Copyright 2025-2026 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
}