From 47844f85fe4f74bde7177ba7675e13f988f4a5b4 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.1 --- 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..a13c673ae68 --- /dev/null +++ b/srcpkgs/shfm/template @@ -0,0 +1,15 @@ +# Template file for 'shfm' +pkgname=shfm +version=0.1 +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=0c3d74ea2f00c528d3a520742253088ba2b5d9a810608a5faf4d8d127ffb93fd + +do_install() { + vbin shfm + vlicense LICENSE +}