21 lines
473 B
Bash
21 lines
473 B
Bash
# Template file for 'cfm'
|
|
pkgname=cfm
|
|
version=0.6.4
|
|
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="2a511eeec6c2652005b8e5b43e79dd3d5c95e8c02c848186c553ff42ded099eb"
|
|
|
|
do_install() {
|
|
vbin cfm
|
|
vman cfm.1
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|