testing/vifm: modernize, fix url, enable tests but disable check

This commit is contained in:
Leo 2019-05-25 21:32:08 -03:00
parent 217cc8f36e
commit 3d0ef2b8a2

View File

@ -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() {