redox/recipes/tools/nano/recipe.toml
2024-01-08 20:55:39 +00:00

12 lines
223 B
TOML

[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
"""