mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
vifm: add recipe for version 0.9 (#1672)
This commit is contained in:
55
app-misc/vifm/vifm-0.9.recipe
Normal file
55
app-misc/vifm/vifm-0.9.recipe
Normal file
@@ -0,0 +1,55 @@
|
||||
SUMMARY="A vi-like file manager"
|
||||
DESCRIPTION="Vifm is an ncurses based file manager with vi-like keybindings/modes/\
|
||||
options/commands/configuration, which also borrows some useful ideas from mutt. \
|
||||
If you use vi, Vifm gives you complete keyboard control over your files without \
|
||||
having to learn a new set of commands."
|
||||
HOMEPAGE="http://vifm.info/"
|
||||
COPYRIGHT="2017"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
srcGitRev="e6a7b06c275eba05f4151f0923f0ac2ec4269c94"
|
||||
SOURCE_URI="https://github.com/vifm/vifm/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="bdc6eb91d33a172ce8f14b7de194c6f589903fe4003be0a646d7689021d4e79e"
|
||||
SOURCE_DIR="vifm-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
vifm$secondaryArchSuffix = $portVersion
|
||||
cmd:vifm$secondaryArchSuffix = $portVersion
|
||||
cmd:vifm_convert_dircolors$secondaryArchSuffix = $portVersion
|
||||
cmd:vifm_pause$secondaryArchSuffix = $portVersion
|
||||
cmd:vifm_screen_split$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:awk
|
||||
cmd:sed
|
||||
cmd:make
|
||||
cmd:man
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:which
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user