aboutsummaryrefslogtreecommitdiffstats
path: root/testing/entr
diff options
context:
space:
mode:
Diffstat (limited to 'testing/entr')
-rw-r--r--testing/entr/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/entr/APKBUILD b/testing/entr/APKBUILD
deleted file mode 100644
index 2c050e7b0b..0000000000
--- a/testing/entr/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
-pkgname=entr
-pkgver=3.7
-pkgrel=0
-pkgdesc="Run arbitrary commands when files change"
-url="http://entrproject.org/"
-arch="all"
-license="ISC"
-depends=""
-depends_dev=""
-makedepends="$depends_dev"
-install=""
-subpackages="$pkgname-doc"
-source="http://entrproject.org/code/entr-$pkgver.tar.gz"
-builddir="$srcdir/eradman-entr-c5b62bde107d"
-
-build() {
- cd "$builddir"
- ./configure
- make
-}
-
-check() {
- cd "$builddir"
- make test
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-
-sha512sums="a1687ec2da99f65fba3f668e41345ba76cb8c87cc2343d98c0dcc0ac0dedeb40cd8b5fd9aa3eba1dee8add94585de939864633bf0020cea1043699019dfa15fe entr-3.7.tar.gz"