# arje-installer — CLI instalador del fractal arje (dos subcomandos) del monorepo tawasuyu. # Etapa G: poblar el userland de ARRANQUE real del distro (helpers del init arje). # # Receta Cargo (patrón arje-zero/dominium-cli): source = monorepo tawasuyu a commit fijado 9967b02c # (Cargo.lock committeado => build --locked reproducible), `-p arje-installer`, estático zig-cc. # bin==package. Deps livianas (arje-card/arje-packager/anyhow/serde_json/tempfile, sin C externo). # Comparte el commit con arje-zero => reusa el árbol fuente fetcheado. # # `--bin arje-installer`: el paquete tiene lib + bin; el lab hace `cargo rustc -p … -- ` y # `cargo rustc` con flags tras `--` exige UN solo target ⇒ seleccionamos el bin explícitamente. name = "arje-installer" version = "0.0.1" license = "MIT" [source] repo = "gitea@git.tawasuyu.net:tawasuyu/tawasuyu.git" commit = "9967b02cf597df6d065edbad8d6669b5653d4928" [build] compiler = "zig-cc" target = "x86_64-linux-musl" link = "static" flags = ["-p", "arje-installer", "--bin", "arje-installer"]