void-packages/srcpkgs/watchman/template

20 lines
602 B
Bash
Raw Normal View History

2015-04-13 12:06:35 +00:00
# Template file for 'watchman'
pkgname=watchman
2015-09-19 06:07:36 +00:00
version=3.8.0
2015-07-16 09:15:57 +00:00
revision=1
2015-04-13 12:06:35 +00:00
build_pie=yes
build_style=gnu-configure
hostmakedepends="automake libtool"
2015-04-13 12:06:35 +00:00
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"
2015-09-19 06:07:36 +00:00
checksum=10d1e134e6ff110044629a517e7c69050fb9e4a26f21079b267989119987b40d
2015-04-13 12:06:35 +00:00
pre_configure() {
2015-06-23 06:51:05 +00:00
sed -i 's,sys/poll.h,poll.h,g' *.[ch]
2015-04-13 12:06:35 +00:00
NOCONFIGURE=1 ./autogen.sh
}