New package: cfm-0.6.3

This commit is contained in:
Will Eccles 2020-09-02 10:34:16 -04:00 committed by Andrew J. Hesford
parent b75c171003
commit 30d1854631

21
srcpkgs/cfm/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'cfm'
pkgname=cfm
version=0.6.3
revision=1
build_style=gnu-makefile
make_use_env=yes
short_desc="Simple and fast TUI file manager"
maintainer="Will Eccles <will@eccles.dev>"
license="MPL-2.0"
homepage="https://eccles.dev/cfm"
distfiles="https://github.com/willeccles/cfm/archive/v${version}.tar.gz"
checksum="24d208cd6658cb8a0100cc93bad5700883dd176b549ed12c0a6ca4e1551ecc4f"
do_install() {
vbin cfm
vman cfm.1
}
post_install() {
vlicense LICENSE
}