From 99c7171193b2d18b5a081bdb67971a2a20538bb7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Apr 2015 14:06:35 +0200 Subject: [PATCH] New package: watchman-3.1. --- srcpkgs/watchman/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/watchman/template 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 +}