url=git://git.2f30.org/ubase fetch() { [ -d src/ubase ] || git clone $url src/ubase } build() { pushd src/ubase make clean make -j$nprocs CC=x86_64-linux-musl-gcc LDFLAGS=-static || return 1 popd } install() { pushd src/ubase make PREFIX=$root install popd }