New package: watchman-3.1.
This commit is contained in:
parent
c059bfa6c7
commit
99c7171193
1 changed files with 18 additions and 0 deletions
18
srcpkgs/watchman/template
Normal file
18
srcpkgs/watchman/template
Normal file
|
@ -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 <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=c463b5cd5d8ccfbe96bdbcdc5a3c04c91c8eae53e1ffa4846a7317a8f6b4f159
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
Loading…
Reference in a new issue