16 lines
471 B
Bash
16 lines
471 B
Bash
# Template file for 'fatrace'
|
|
pkgname=fatrace
|
|
version=0.16.3
|
|
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=e0812d425255779841388377c7a112187a6dfce8f4c32df0d9afc38855ade9e1
|
|
|
|
post_extract() {
|
|
sed -i 's/sbin/bin/g' Makefile
|
|
}
|