fonts/go-mono/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=go-mono
VERSION=1.6
RELEASE=1
SOURCE="https://fontlibrary.org/assets/downloads/go-mono/f505ef2cca209951db796b42d0c2c24d/go-mono.zip"

build() {
	mkdir -p "$PKG/$PREFIX/share/fonts/go-mono"
	cp *.ttf "$PKG/$PREFIX/share/fonts/go-mono/"
}

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