[source] tar = "https://www.nano-editor.org/dist/v7/nano-7.2.tar.xz" [build] template = "custom" dependencies = [ "ncurses", ] script = """ export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses" cookbook_configure """