void-packages/srcpkgs/watchman/template
2015-06-11 10:04:26 +02:00

18 lines
563 B
Bash

# Template file for 'watchman'
pkgname=watchman
version=3.2.0
revision=1
build_pie=yes
build_style=gnu-configure
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=7ef7edb3cff99d6580630d65aedaae350308ed1ad71f30718ae7bf968b61140c
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}