aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vifm
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-25 21:32:08 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-07 07:14:28 -0300
commit3d0ef2b8a2d6e6b593a6cfcaee23f935636bf14c (patch)
tree134110ef55ea3a95a11b1ff3d92cc142933b310b /testing/vifm
parent217cc8f36e8e8b367832a44c94e91272463418d1 (diff)
downloadaports-3d0ef2b8a2d6e6b593a6cfcaee23f935636bf14c.tar.bz2
aports-3d0ef2b8a2d6e6b593a6cfcaee23f935636bf14c.tar.xz
testing/vifm: modernize, fix url, enable tests but disable check
Diffstat (limited to 'testing/vifm')
-rw-r--r--testing/vifm/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/vifm/APKBUILD b/testing/vifm/APKBUILD
index 59068f0c94..a41670dd34 100644
--- a/testing/vifm/APKBUILD
+++ b/testing/vifm/APKBUILD
@@ -2,19 +2,17 @@
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=vifm
pkgver=0.10
-pkgrel=0
+pkgrel=1
pkgdesc="ncurses vi-like file manager"
-url="http://vifm.info/"
+options="!check" # runtests.log: make[4]: *** [Makefile:331: misc] Segmentation fault
+url="https://vifm.info/"
arch="all"
license="GPL-2.0-or-later"
-depends=""
makedepends="ncurses-dev coreutils mdocml"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/vifm/$pkgname/archive/v$pkgver.tar.gz
perl-interpreter-fix.patch"
-builddir="$srcdir/$pkgname-$pkgver"
-
build() {
cd "$builddir"
./configure \
@@ -32,6 +30,7 @@ build() {
check() {
cd "$builddir"
+ make check
}
package() {