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 +}