void-packages/srcpkgs/entr/template

28 lines
738 B
Bash

# Template file for 'entr'
pkgname=entr
version=5.5
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=128c0ce2efea5ae6bd3fd33c3cd31e161eb0c02609d8717ad37e95b41656e526
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
}