From cc3badc2c3728b17bd6ada1cbfb52ad249f61725 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 26 Oct 2023 17:16:06 +0200 Subject: [PATCH] New package: yazi-0.2.1 --- srcpkgs/yazi/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/yazi/template diff --git a/srcpkgs/yazi/template b/srcpkgs/yazi/template new file mode 100644 index 0000000000000..4343dd15f22d0 --- /dev/null +++ b/srcpkgs/yazi/template @@ -0,0 +1,19 @@ +# 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" +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 + +post_install() { + vlicense LICENSE +}