void-packages/srcpkgs/fatrace/template
2019-11-04 16:33:34 +01:00

15 lines
481 B
Bash

# Template file for 'fatrace'
pkgname=fatrace
version=0.15
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="http://launchpad.net/fatrace"
distfiles="http://launchpad.net/fatrace/trunk/${version}/+download/${pkgname}-${version}.tar.xz"
checksum=f9447115428c0b88abf05438559c1c4b1a3aec6d69fc09dc469c295249b419ad
post_extract() {
sed -i 's/sbin/bin/g' Makefile
}