mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Merge branch 'htop' into 'master'
Port htop See merge request redox-os/cookbook!606
This commit is contained in:
commit
cf503531b5
@ -1,18 +1,22 @@
|
||||
#TODO compilation error
|
||||
#TODO port to redox
|
||||
#TODO make ncursesw work
|
||||
# build instructions - https://github.com/htop-dev/htop#build-instructions
|
||||
#TODO Promote
|
||||
[source]
|
||||
tar = "https://github.com/htop-dev/htop/releases/download/3.3.0/htop-3.3.0.tar.xz"
|
||||
git = "https://github.com/willnode/htop"
|
||||
branch = "redox"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
template = "configure"
|
||||
configureflags = [
|
||||
"--disable-unicode",
|
||||
]
|
||||
dependencies = [
|
||||
"ncurses",
|
||||
]
|
||||
script = """
|
||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
--disable-unicode
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
[package]
|
||||
dependencies = [
|
||||
"terminfo"
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user