lib/libspng/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=libspng
VERSION=git
RELEASE=1
SOURCE="https://github.com/randy408/libspng"
BUILD_STYLE=meson
BUILD_OPT="-Denable_opt=true -Dstatic_zlib=true -Dbuildtype=release"
. ${0%/*}/../../libsh/libdmake.sh
