# Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=entr pkgver=4.3 pkgrel=0 pkgdesc="Event Notify Test Runner: Run arbitrary commands when files change" url="http://entrproject.org" arch="all" license="ISC" subpackages="$pkgname-doc" makedepends="vim mercurial file util-linux" checkdepends="bash tmux" source="http://entrproject.org/code/entr-$pkgver.tar.gz" build() { ./configure make } check() { make test # FIXME: The tmux invocation in the functional tests blocks the builders # make regress } package() { PREFIX="$pkgdir/usr" make install } sha512sums="f65dfc3f106e25ec4ff39eaec94222d8a547eb35390c654f6a741f92541c1b86d7d303a795308fcbfced44ac8eca6ad67e70393802ac9d46153e037dc1eab902 entr-4.3.tar.gz"