diff --git a/srcpkgs/shfm/template b/srcpkgs/shfm/template new file mode 100644 index 00000000000..9cd16af1a61 --- /dev/null +++ b/srcpkgs/shfm/template @@ -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 " +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 +}