From 621d6be4e6c121737eca9407ceb9630442b6f188 Mon Sep 17 00:00:00 2001 From: David Janda Date: Fri, 3 May 2024 22:23:52 -0700 Subject: [PATCH] New package: xplr-0.21.7 --- srcpkgs/xplr/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/xplr/template diff --git a/srcpkgs/xplr/template b/srcpkgs/xplr/template new file mode 100644 index 00000000000000..82f96c0469616d --- /dev/null +++ b/srcpkgs/xplr/template @@ -0,0 +1,15 @@ +# Template file for 'xplr' +pkgname=xplr +version=0.21.7 +revision=1 +build_style=cargo +short_desc="Hackable, minimal, fast TUI file explorer" +maintainer="David Janda " +license="MIT" +homepage="https://github.com/sayanarijit/xplr" +distfiles="https://github.com/sayanarijit/xplr/archive/refs/tags/v${version}.tar.gz" +checksum=d38f94cc46044dac3cfc96d89dec81989b69a66a98c2f960ea3abe44313675a6 + +post_install() { + vlicense LICENSE +}