redox/recipes/tui/ncdu/recipe.toml
2026-03-10 07:34:41 +07:00

15 lines
286 B
TOML

[source]
tar = "https://dev.yorhel.nl/download/ncdu-1.22.tar.gz"
blake3 = "b7838c03ded7207a328a26c840ec3d62d3be6bbf7269a70ea3430c6cbf065960"
[package]
dependencies = ["terminfo"]
[build]
template = "custom"
dependencies = ["ncursesw"]
script = """
DYNAMIC_INIT
cookbook_configure
"""