25 lines
827 B
Bash
25 lines
827 B
Bash
# Template file for 'watchman'
|
|
pkgname=watchman
|
|
version=4.5.0
|
|
revision=2
|
|
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=ef11ad11f3b79a09232a27d993331cc8b686fe06a8f0e7c777cb50cc198020f6
|
|
|
|
# The next person to bump these packages should consider the effects of the
|
|
# following PRs on watchman:
|
|
# https://github.com/facebook/watchman/pull/243
|
|
# https://github.com/facebook/watchman/pull/242
|
|
|
|
pre_configure() {
|
|
sed -i 's,sys/poll.h,poll.h,g' *.[ch]
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|