Skip to content
Snippets Groups Projects
Commit 01e0a818 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add a recipe

parent 6ef9d3a2
No related branches found
No related tags found
No related merge requests found
#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
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment