mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/vifm: modernize, fix url, enable tests but disable check
This commit is contained in:
parent
217cc8f36e
commit
3d0ef2b8a2
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user