20 lines
650 B
Bash
20 lines
650 B
Bash
# Template file for 'watchman'
|
|
pkgname=watchman
|
|
version=4.9.0
|
|
revision=4
|
|
build_style=gnu-configure
|
|
configure_args="--disable-statedir --enable-lenient"
|
|
hostmakedepends="pkg-config automake libtool"
|
|
makedepends="pcre-devel libressl-devel"
|
|
short_desc="Watches files and records, or triggers actions, when they change"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://facebook.github.io/watchman/"
|
|
distfiles="https://github.com/facebook/watchman/archive/v${version}.tar.gz"
|
|
checksum=1f6402dc70b1d056fffc3748f2fdcecff730d8843bb6936de395b3443ce05322
|
|
|
|
CFLAGS="-Wno-error"
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|