# yazi 26.5.6 — file manager de terminal (blazing-fast, async). Etapa G, tier CLI Rust con dep-C. # Reescrita LIMPIA estilo zellij: sin `cargo auditable`, sin el patch system-lua (mlua VENDOREA su # Lua). SIN fases ⇒ path default (crt-static + linker zig ⇒ ESTÁTICO). # - compiler="gcc": mlua-sys (Lua C), tikv-jemalloc-sys, onig_sys y ring compilan C vía cc-rs; el # gueto gcc los compila (el CC=zig global no traga el triple alpine), linker zig-cc. # - --no-default-features: evita los plugins que pedirían un Lua externo. name = "yazi" version = "26.5.6" license = "MIT" [source] tarball = "https://github.com/sxyazi/yazi/archive/refs/tags/v26.5.6.tar.gz" sha256 = "a18445df86a20068f7b17609d12d6f635de488958579ae7a2b143a244ba7e63f" [build] compiler = "gcc" target = "x86_64-linux-musl" link = "static" flags = ["--no-default-features", "--bin", "yazi"]