wl/wlroots/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=wlroots
VERSION=git
RELEASE=1
SOURCE="https://gitlab.freedesktop.org/wlroots/wlroots.git"
BUILD_STYLE=meson
BUILD_OPT="-Dxwayland=disabled -Dexamples=false -Dtests=false -Dbackends=drm,libinput -Drenderers=[] -Dlibliftoff=disabled -Dxcb-errors=disabled -Dcolor-management=disabled"
. ${0%/*}/../../libsh/libdmake.sh