void-packages/srcpkgs/vifm/template
Alessio Sergi 2f98e2f28c vifm: update to 0.7.7
Add vim syntax file
2014-05-20 14:54:54 +02:00

21 lines
712 B
Plaintext

# Template file for 'vifm'
pkgname=vifm
version=0.7.7
revision=1
build_style=gnu-configure
configure_args="--without-gtk"
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"
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
}