redox/recipes/wip/monitors/htop/recipe.toml
2025-10-10 01:31:44 +00:00

23 lines
299 B
TOML

#TODO Promote
[source]
git = "https://github.com/willnode/htop"
branch = "redox"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "configure"
configureflags = [
"--disable-unicode",
]
dependencies = [
"ncurses",
]
[package]
dependencies = [
"terminfo"
]