From d4624862aa1451690ff6c42951095b4dcc8195eb Mon Sep 17 00:00:00 2001 From: Lorem Date: Mon, 29 Jun 2020 19:00:20 +0530 Subject: [PATCH] New package: zoxide-0.4.3 --- srcpkgs/zoxide/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/zoxide/template diff --git a/srcpkgs/zoxide/template b/srcpkgs/zoxide/template new file mode 100644 index 0000000000..27d616ebab --- /dev/null +++ b/srcpkgs/zoxide/template @@ -0,0 +1,15 @@ +# Template file for 'zoxide' +pkgname=zoxide +version=0.4.3 +revision=1 +build_style=cargo +short_desc="Faster way to navigate your filesystem" +maintainer="Lorem " +license="MIT" +homepage="https://github.com/ajeetdsouza/zoxide" +distfiles="https://github.com/ajeetdsouza/zoxide/archive/v${version}.tar.gz" +checksum=cfcbbe7b73a2a149e2b38ac6dd4bd4a6c1bdd6cf6f2a2bab49f6aeec3c705357 + +post_install() { + vlicense LICENSE +}