devel/om4/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=om4
VERSION=git
RELEASE=1
SOURCE="https://github.com/iglunix/om4.git"
BUILD_OPT="CC='cc -static'"
. ${0%/*}/../../libsh/libdmake.sh

$ cat ndmake.sh
#!/bin/sh -ue
NAME=om4
VERSION=git
RELEASE=1
SOURCE="https://github.com/iglunix/om4.git"
BUILD_OPT="CC='cc -static'"
. ${0%/*}/../../libsh/libdmake.sh