New package: entr-3.2
This commit is contained in:
parent
fdb721225f
commit
cc54d6b724
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'entr'
|
||||
pkgname=entr
|
||||
version=3.2
|
||||
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"
|
||||
checksum=b1eee00afbeccf03010c1c557436854be6aaf0ef9b72ab8d44b94affdd7d7146
|
||||
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue