lang/streetlisp/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=streetlisp
VERSION=git
RELEASE=1
SOURCE="https://git.sr.ht/~ft/sl"
prebuild() {
mkdir -p 3rd
git clone --depth 1 --branch sl https://git.sr.ht/~ft/tinycc 3rd/tinycc
}
. ${0%/*}/../../libsh/libdmake.sh
