aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-08-05 16:27:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2017-08-05 16:27:24 +0200
commitf697120739610fe50791858cfeb143ed39974098 (patch)
tree1927c13909b8c1f40bb605ee566c57e38b402276 /testing
parent6ed41186dcd90b01422862f5cfe899278c5971c6 (diff)
downloadaports-f697120739610fe50791858cfeb143ed39974098.tar.bz2
aports-f697120739610fe50791858cfeb143ed39974098.tar.xz
Revert "testing/entr: new aport"
This reverts commit 6ed41186dcd90b01422862f5cfe899278c5971c6. this is a dup of the community version.
Diffstat (limited to 'testing')
-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"