From 3a407586d7294171292e17903d6e36846ed14efc Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 26 Oct 2023 17:16:06 +0200 Subject: [PATCH 1/2] New package: yazi-0.2.1 --- srcpkgs/yazi/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/yazi/template diff --git a/srcpkgs/yazi/template b/srcpkgs/yazi/template new file mode 100644 index 00000000000000..fde7b6687541d4 --- /dev/null +++ b/srcpkgs/yazi/template @@ -0,0 +1,26 @@ +# Template file for 'yazi' +pkgname=yazi +version=0.2.1 +revision=1 +build_style=cargo +make_install_args="--path yazi-fm" +hostmakedepends="pkg-config" +makedepends="oniguruma-devel lua54-devel" +depends="nerd-fonts-symbols-ttf" +short_desc="Blazing fast terminal file manager written in Rust, based on async I/O" +maintainer="Bnyro " +license="MIT" +homepage="https://yazi-rs.github.io" +distfiles="https://github.com/sxyazi/yazi/archive/refs/tags/v${version}.tar.gz" +checksum=c821979b1ae08e7bcf2936635bfcd25715e74f240a6c4a2dbeb4ba9ce0d8be8b + +export VERGEN_GIT_SHA="${version}_${revision}" +# enable the generation of shell auto completions +export YAZI_GEN_COMPLETIONS=true + +post_install() { + vcompletion yazi-config/completions/yazi.bash bash + vcompletion yazi-config/completions/yazi.fish fish + vcompletion yazi-config/completions/_yazi zsh + vlicense LICENSE +} From de7dcafa55dbcffec5680c4ea84fe0ea122e1c6a Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 19 Feb 2024 20:20:20 +0100 Subject: [PATCH 2/2] yazi: update to 0.2.3. --- srcpkgs/yazi/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yazi/template b/srcpkgs/yazi/template index fde7b6687541d4..f185fd9415c7ef 100644 --- a/srcpkgs/yazi/template +++ b/srcpkgs/yazi/template @@ -1,6 +1,6 @@ # Template file for 'yazi' pkgname=yazi -version=0.2.1 +version=0.2.3 revision=1 build_style=cargo make_install_args="--path yazi-fm" @@ -12,7 +12,7 @@ maintainer="Bnyro " license="MIT" homepage="https://yazi-rs.github.io" distfiles="https://github.com/sxyazi/yazi/archive/refs/tags/v${version}.tar.gz" -checksum=c821979b1ae08e7bcf2936635bfcd25715e74f240a6c4a2dbeb4ba9ce0d8be8b +checksum=61b6b0372360bbe2b720a75127bef9325b7d507d544235d6a548db01424553e9 export VERGEN_GIT_SHA="${version}_${revision}" # enable the generation of shell auto completions