# Template file for 'entr'
pkgname=entr
version=5.3
revision=1
build_style=gnu-makefile
short_desc="Utility for running arbitrary commands when files change"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="ISC"
homepage="https://eradman.com/entrproject/"
changelog="https://raw.githubusercontent.com/eradman/entr/master/NEWS"
distfiles="https://eradman.com/entrproject/code/entr-${version}.tar.gz"
checksum=d70b44a23136b87c89bb0079452121e6afdecf6b8f4178c19f2caac3dec3662f

post_extract() {
	case "$XBPS_TARGET_MACHINE" in
		*-musl) # No need for _LINUX_PORT compat.h and strlcpy.c
			vsed -i $wrksrc/Makefile.linux -e "s;-D_LINUX_PORT;;"
	esac
}

pre_build() {
	cp Makefile.linux Makefile
}

post_install() {
	vlicense LICENSE
}
