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

Add recipes

parent 11ab176e
No related branches found
No related tags found
No related merge requests found
#TODO not compiled or tested
[source]
git = "https://github.com/austinjones/tab-rs"
[build]
template = "custom"
script = """
cookbook_cargo_packages tab
"""
#TODO not compiled or tested
[source]
tar = "https://github.com/tmux/tmux/releases/download/3.4/tmux-3.4.tar.gz"
[build]
template = "custom"
dependencies = [
"ncurses",
"libevent",
]
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