fonts/cozette/ndmake.sh
$ cat ndmake.sh
#!/bin/sh -ue
NAME=cozette
VERSION=1.30.0
RELEASE=1
SOURCE="https://github.com/the-moonwitch/Cozette/releases/download/v.${VERSION}/CozetteFonts-v-${VERSION//./-}.zip"

build() {
	mkdir -p "$PKG/$PREFIX/share/fonts/cozette"
	cp -r * "$PKG/$PREFIX/share/fonts/cozette/"
}

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