url="$mirror/man.tar.gz" build: crossmusl cd src/man $CC -std=gnu99 -o man man.c -static || return 1 cp man "$root/bin"