24 lines
739 B
Bash
24 lines
739 B
Bash
# Template file for 'watchman'
|
|
pkgname=watchman
|
|
version=4.6.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-statedir"
|
|
hostmakedepends="automake libtool"
|
|
makedepends="pcre-devel"
|
|
short_desc="Watches files and records, or triggers actions, when they change"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="Apache-2.0"
|
|
homepage="https://facebook.github.io/watchman/"
|
|
distfiles="https://github.com/facebook/watchman/archive/v${version}.tar.gz"
|
|
checksum=3a4ea5813967e984acb5bd32327926f2d431ea8a4ab7703510726ddb97d3d126
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
x86_64*) ;;
|
|
*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/24343/steps/shell_3/logs/stdio" ;;
|
|
esac
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|