nbos
https://git.tonybtw.com/nbos.git
git://git.tonybtw.com/nbos.git
#!/bin/sh
set -eu
./configure --prefix="$NB_PREFIX"
make -j"$NB_JOBS"
make install DESTDIR="$NB_OUT"