void-packages/srcpkgs/cfm/template
2020-09-24 20:48:04 +02:00

21 lines
473 B
Bash

# Template file for 'cfm'
pkgname=cfm
version=0.6.5
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="e4a0a1883a6da3a5a1e1c299d353df43872da34cb852a49483c8cef7b200c858"
do_install() {
vbin cfm
vman cfm.1
}
post_install() {
vlicense LICENSE
}