mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
17 lines
226 B
TOML
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"
|
|
]
|