redox/recipes/tools/nano/recipe.toml
2025-06-22 17:07:35 +00:00

17 lines
268 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
"""
[package]
dependencies = [
"terminfo"
]