void-packages/srcpkgs/entr/template

24 lines
647 B
Bash
Raw Normal View History

2015-08-02 21:05:21 +00:00
# Template file for 'entr'
pkgname=entr
2015-10-24 07:32:55 +00:00
version=3.3
2015-08-02 21:05:21 +00:00
revision=1
build_style=gnu-makefile
short_desc="A utility for running arbitrary commands when files change"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="ISC"
homepage="http://entrproject.org"
distfiles="$homepage/code/$pkgname-$version.tar.gz"
2015-10-24 07:32:55 +00:00
checksum=701cb7b0a72b6c9ba794ad7cc15b6ebcc2e0c978bb6906c8ae407567a044461f
2015-08-02 21:05:21 +00:00
post_extract() {
mv ${XBPS_BUILDDIR}/eradman-entr-* $wrksrc
case "$XBPS_TARGET_MACHINE" in
*-musl) # No need for _LINUX_PORT compat.h and strlcpy.c
sed -i $wrksrc/Makefile.linux -e "s;-D_LINUX_PORT;;"
esac
}
pre_build() {
cp Makefile.linux Makefile
}