redox/recipes/tools/nano/recipe.toml
2024-01-03 13:08:38 -07:00

13 lines
252 B
TOML

#TODO not compiled or tested
[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
"""