mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 19:48:43 +08:00
23 lines
299 B
TOML
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"
|
|
]
|