Static-musl prebuilt of proot for
xlings (xim:proot).
Built from the upstream proot-me/proot v5.4.0 source tarball inside an
Alpine 3.20 container (musl 1.2.5, gcc 13.2) with deps:
build-base bsd-compat-headers linux-headers talloc-dev talloc-static.
Configure mirrors the Alpine APKBUILD's static target:
make -C src proot CC=gcc V=1 VERSION=5.4.0 LDFLAGS="-static -ltalloc"
Produces a single statically-linked ELF (bin/proot) — zero runtime
deps, no glibc/musl needed at the user side.
Tarball is proot-<ver>-linux-x86_64.tar.gz, extracts to
proot-<ver>-linux-x86_64/bin/proot. URLs are auto-resolved by the
XLINGS_RES sentinel to:
- GLOBAL →
github.com/xlings-res/proot/releases/download/<ver>/proot-<ver>-linux-x86_64.tar.gz - CN →
gitcode.com/xlings-res/proot/releases/download/<ver>/proot-<ver>-linux-x86_64.tar.gz