16 lines
471 B
Bash
16 lines
471 B
Bash
# Template file for 'fatrace'
|
|
pkgname=fatrace
|
|
version=0.17.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Report system wide file access events"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/martinpitt/fatrace"
|
|
distfiles="https://github.com/martinpitt/fatrace/archive/${version}.tar.gz"
|
|
checksum=38f23014be5c2d5f7d40560931ae8bf24161db311d1795631bfaba02845eed90
|
|
|
|
post_extract() {
|
|
sed -i 's/sbin/bin/g' Makefile
|
|
}
|