From f999b44e9cf76a3e846c3595eb77600143d4208a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 4 Aug 2020 14:01:44 +0100 Subject: [PATCH] New package: shfm-0.4.2 --- srcpkgs/shfm/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/shfm/template 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 +}