void-packages/srcpkgs/cfm/template

22 lines
473 B
Bash
Raw Normal View History

2020-09-02 16:34:16 +02:00
# Template file for 'cfm'
pkgname=cfm
2020-10-06 15:08:02 +02:00
version=0.6.6
2020-09-02 16:34:16 +02:00
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"
2020-10-06 15:08:02 +02:00
checksum="7977431d8074d3a2f0dad4e431e558201073631fa5f0e7d92b37b100feae6ed3"
2020-09-02 16:34:16 +02:00
do_install() {
vbin cfm
vman cfm.1
}
post_install() {
vlicense LICENSE
}