vp-build/srcpkgs/watchman/template

19 lines
585 B
Bash

# Template file for 'watchman'
pkgname=watchman
version=4.7.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=77c7174c59d6be5e17382e414db4907a298ca187747c7fcb2ceb44da3962c6bf
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}