wl/wl-clipboard/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=wl-clipboard
VERSION=git
RELEASE=1
SOURCE="https://github.com/bugaevc/wl-clipboard"

build() {
	msg "configuring wl-clipboard with muon..."
	muon setup -Dzshcompletiondir=no -Dfishcompletiondir=no build

	cd build
	msg "building wl-copy..."
	samu

	mkdir -p "$PKG$PREFIX"
	samu install
}

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