mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
15 lines
471 B
Bash
15 lines
471 B
Bash
# Template file for 'fatrace'
|
|
pkgname=fatrace
|
|
version=0.18.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=f2ca2623c7b3744d01827e0301df315e8b428c9a479081469ee6d21d0889de51
|
|
|
|
post_extract() {
|
|
sed -i 's/sbin/bin/g' Makefile
|
|
}
|