Skip to content
Snippets Groups Projects
Commit a48231db authored by Milan P. Stanić's avatar Milan P. Stanić
Browse files

testing/vifm: new aport

parent 26be8460
No related branches found
No related tags found
No related merge requests found
# Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=vifm
pkgver=0.10
pkgrel=0
pkgdesc="ncurses vi-like file manager"
url="http://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 \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--without-X11 \
--without-gtk \
--disable-build-timestamp
make
}
check() {
cd "$builddir"
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="f1615f91df23cd59df4271016f84db26a481813f969957859d69c740b6c0d9410352f056d9e19881fc206300892e67481a935e16a35167bcd3bd4fd7542b031d vifm-0.10.tar.gz
9aa55e00be8b8305184f16d76cb61cfc16ee90772c69c52d1b740f1fddbc2f7ea63a3586a0269c6bd6f5c5209c0956bec3a0c0094dc2a693390cde4c63ffa8d6 perl-interpreter-fix.patch"
Description: Use /usr/bin/perl as Perl interpreter
Author: Ondřej Nový <onovy@debian.org>
--- a/src/vifm-convert-dircolors
+++ b/src/vifm-convert-dircolors
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
# vifm
# Copyright (C) 2015 xaizek.
--- a/src/helpztags
+++ b/src/helpztags
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# helpztags generates tags for Vim helpfiles, for both .txt and .txt.gz files
# Author: Jakub Turski <yacoob@chruptak.plukwa.net>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment