# Template file for 'vifm' pkgname=vifm version=0.14.3 revision=1 build_style=gnu-configure configure_args="--without-gtk" hostmakedepends="mdocml perl" makedepends="ncurses-devel file-devel" depends="desktop-file-utils" short_desc="File manager with curses interface and Vim-like environment" maintainer="voidbert " license="GPL-2.0-or-later" homepage="https://vifm.info/" distfiles="${SOURCEFORGE_SITE}/vifm/vifm-${version}.tar.bz2" checksum=16a9be1108d6a5a09e9f947f7256375e519ba41ebe9473659b20739fdbf3440e make_check=no # Some tests fail due to the limited numbers of users and groups CFLAGS="-fcommon" 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/vifm/vifm-media-osx rm -f ${DESTDIR}/usr/share/doc/vifm/COPYING }