diff --git a/srcpkgs/watchman/template b/srcpkgs/watchman/template new file mode 100644 index 00000000000..5cf0b7dfcb2 --- /dev/null +++ b/srcpkgs/watchman/template @@ -0,0 +1,18 @@ +# Template file for 'watchman' +pkgname=watchman +version=3.1 +revision=1 +build_pie=yes +build_style=gnu-configure +hostmakedepends="automake libtool pkg-config" +makedepends="pcre-devel" +short_desc="Watches files and records, or triggers actions, when they change" +maintainer="Juan RP " +license="Apache-2.0" +homepage="https://facebook.github.io/watchman/" +distfiles="https://github.com/facebook/watchman/archive/v${version}.tar.gz" +checksum=c463b5cd5d8ccfbe96bdbcdc5a3c04c91c8eae53e1ffa4846a7317a8f6b4f159 + +pre_configure() { + NOCONFIGURE=1 ./autogen.sh +}