void-packages/srcpkgs/entr/template

28 lines
738 B
Bash

# Template file for 'entr'
pkgname=entr
version=5.6
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=0222b8df928d3b5a3b5194d63e7de098533e04190d9d9a154b926c6c1f9dd14e
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
}