aboutsummaryrefslogtreecommitdiffstats
path: root/community/entr/APKBUILD
blob: 1c4fce8b75926ac914aa6d9bdaa2a5a9605df390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=entr
pkgver=4.4
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="355bc19cfee9a9b5a460b136d8db014a1d129b6e4c95d905c1c4557cf7d845a076d260798ae8b84221563c049a9bd6d81974f00eea681abaf2eac2f2f5e6d087  entr-4.4.tar.gz"