22 lines
686 B
Bash
22 lines
686 B
Bash
# Template file for 'vifm'
|
|
pkgname=vifm
|
|
version=0.10
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--without-gtk"
|
|
hostmakedepends="mdocml"
|
|
makedepends="ncurses-devel file-devel"
|
|
depends="desktop-file-utils"
|
|
short_desc="Ncurses-based file manager with vi-like keybindings"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://vifm.info/"
|
|
distfiles="${SOURCEFORGE_SITE}/vifm/vifm-${version}.tar.bz2"
|
|
checksum=e05a699f58279f69467d75d8cd3d6c8d2f62806c467fd558eda45ae9590768b8
|
|
|
|
post_install() {
|
|
vsconf data/vifmrc
|
|
rm -f ${DESTDIR}/usr/share/vifm/vifmrc
|
|
rm -f ${DESTDIR}/usr/share/vifm/vifmrc-osx
|
|
rm -f ${DESTDIR}/usr/share/doc/vifm/COPYING
|
|
}
|