mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
Add a recipe
This commit is contained in:
parent
6ef9d3a265
commit
01e0a81808
13
recipes/wip/monitors/htop/recipe.toml
Normal file
13
recipes/wip/monitors/htop/recipe.toml
Normal file
@ -0,0 +1,13 @@
|
||||
#TODO port to redox
|
||||
# build instructions - https://github.com/htop-dev/htop#build-instructions
|
||||
[source]
|
||||
tar = "https://github.com/htop-dev/htop/releases/download/3.3.0/htop-3.3.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"ncurses",
|
||||
]
|
||||
script = """
|
||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user