New package: shfm-0.4.2

This commit is contained in:
André Cerqueira 2020-08-04 14:01:44 +01:00 committed by Piraty
parent 8f271bdc71
commit fb42ed7cbb
1 changed files with 15 additions and 0 deletions

15
srcpkgs/shfm/template Normal file
View File

@ -0,0 +1,15 @@
# Template file for 'shfm'
pkgname=shfm
version=0.4.2
revision=1
short_desc="File manager written in posix shell"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="MIT"
homepage="https://github.com/dylanaraps/shfm"
distfiles="https://github.com/dylanaraps/shfm/archive/${version}.tar.gz"
checksum=3861d1130cefbeef4306da686997143c95386c6b5a229472b11053a2da0ddfe4
do_install() {
vbin shfm
vlicense LICENSE
}