349fd9bb89
v0.9.8 (2022-06-30) Fixed Enable resizing window. Added Print message about the config file when created.
22 lines
527 B
Makefile
22 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.27 2022/06/30 12:20:06 pin Exp $
|
|
|
|
DISTNAME= felix-0.9.8
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=kyoheiu/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pin@NetBSD.org
|
|
HOMEPAGE= https://github.com/kyoheiu/felix/
|
|
COMMENT= TUI file manager with vim-like key mapping
|
|
LICENSE= mit
|
|
|
|
.include "cargo-depends.mk"
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/target/release/fx \
|
|
${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../lang/rust/cargo.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|