2014-05-12 13:52:12 +00:00
|
|
|
# Template file for 'vifm'
|
|
|
|
pkgname=vifm
|
2014-05-20 12:54:54 +00:00
|
|
|
version=0.7.7
|
2014-05-12 13:52:12 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
2014-05-20 12:54:54 +00:00
|
|
|
configure_args="--without-gtk"
|
2014-05-12 13:52:12 +00:00
|
|
|
hostmakedepends="pkg-config which"
|
|
|
|
makedepends="ncurses-devel desktop-file-utils"
|
|
|
|
depends="desktop-file-utils"
|
|
|
|
short_desc="An ncurses-based file manager with vi-like keybindings"
|
|
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://vifm.sourceforge.net/"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
2014-05-20 12:54:54 +00:00
|
|
|
checksum=0dc0271c016ab2d2017bc3c2389bd2ab747603f1c05f425a8a181f5cdaacd4d1
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vinstall data/vim/ftdetect/vifm.vim 644 usr/share/vim/vimfiles/ftdetect
|
|
|
|
vinstall data/vim/syntax/vifm.vim 644 usr/share/vim/vimfiles/syntax
|
|
|
|
}
|