void-packages/srcpkgs/watchman/template
Toyam Cox 9c57fe1315 watchman: update to 4.7.0.
Not broken when I build for armv7 and i686
2016-09-11 06:55:40 -04:00

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
}