26 lines
776 B
Bash
26 lines
776 B
Bash
# Template file for 'vifm'
|
|
pkgname=vifm
|
|
version=0.14
|
|
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 <humbertogilgomes@protonmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://vifm.info/"
|
|
distfiles="${SOURCEFORGE_SITE}/vifm/vifm-${version}.tar.bz2"
|
|
checksum=2714dd4cef4e53e7a8980ae8445e88279104f815d47f417fa0b8adfe2f3d1bed
|
|
|
|
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
|
|
}
|