? Loading fortune...
userspace/ugrep/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=ugrep
VERSION=git
RELEASE=1
SOURCE="https://github.com/Genivia/ugrep"
BUILD_STYLE=gmake
prebuild() {
./build.sh --enable-static --without-boost-regex --without-pcre2 --prefix="$PKG$PREFIX"
}
. ${0%/*}/../../libsh/libdmake.sh