blob: 4eb71edaa063f09fa71fbe0455dc19c537235216 [file] [log] [blame]
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-info
DESCRIPTION="report file access events from all running processes"
HOMEPAGE="https://github.com/martinpitt/fatrace"
SRC_URI="https://github.com/martinpitt/fatrace/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="*"
RDEPEND=""
DEPEND="${RDEPEND}"
CONFIG_CHECK="~FANOTIFY"
src_install() {
dosbin fatrace
doman fatrace.8
dodoc NEWS
}