redox/recipes/text/nano/recipe.toml
2026-05-22 01:46:02 +07:00

17 lines
226 B
TOML

[source]
tar = "https://www.nano-editor.org/dist/v7/nano-7.2.tar.xz"
[build]
template = "custom"
dependencies = [
"ncursesw",
]
script = """
DYNAMIC_INIT
cookbook_configure
"""
[package]
dependencies = [
"terminfo"
]