devel/shinobi/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=shinobi
VERSION=git
RELEASE=1
SOURCE="https://codeberg.org/derivelinux/shinobi.git"
BUILD_STYLE=make
CFLAGS="-O2 -pipe -Isrc -Ibackends"
. ${0%/*}/../../libsh/libdmake.sh

$ cat ndmake.sh
#!/bin/sh -ue
NAME=shinobi
VERSION=git
RELEASE=1
SOURCE="https://codeberg.org/derivelinux/shinobi.git"
BUILD_STYLE=make
CFLAGS="-O2 -pipe -Isrc -Ibackends"
. ${0%/*}/../../libsh/libdmake.sh