New package: cfm-0.6.3
This commit is contained in:
parent
b75c171003
commit
30d1854631
1 changed files with 21 additions and 0 deletions
21
srcpkgs/cfm/template
Normal file
21
srcpkgs/cfm/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue