Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
a48231db
Commit
a48231db
authored
5 years ago
by
Milan P. Stanić
Browse files
Options
Downloads
Patches
Plain Diff
testing/vifm: new aport
parent
26be8460
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/vifm/APKBUILD
+43
-0
43 additions, 0 deletions
testing/vifm/APKBUILD
testing/vifm/perl-interpreter-fix.patch
+19
-0
19 additions, 0 deletions
testing/vifm/perl-interpreter-fix.patch
with
62 additions
and
0 deletions
testing/vifm/APKBUILD
0 → 100644
+
43
−
0
View file @
a48231db
# 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"
This diff is collapsed.
Click to expand it.
testing/vifm/perl-interpreter-fix.patch
0 → 100644
+
19
−
0
View file @
a48231db
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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment