? Loading fortune...
lib/bzip3/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=bzip3
VERSION=git
RELEASE=1
SOURCE="https://github.com/iczelia/bzip3/releases/download/1.5.3/bzip3-1.5.3.tar.zst"
BUILD_STYLE=gmake

prebuild() {
    ./configure --enable-static --disable-shared --enable-static-exe --prefix="$PKG$PREFIX"
}

. ${0%/*}/../../libsh/libdmake.sh