Files
guru/app-admin/fatrace/fatrace-0.19.0.ebuild
Daichi Yamamoto 7fd38dfa4e app-admin/fatrace: add 0.19.0, drop 0.18.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
2025-08-25 09:23:54 +09:00

22 lines
482 B
Bash

# 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
}