Add recipes

This commit is contained in:
Ribbon 2024-06-25 20:09:38 +00:00
parent 11ab176e41
commit f198714053
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/austinjones/tab-rs"
[build]
template = "custom"
script = """
cookbook_cargo_packages tab
"""

View File

@ -0,0 +1,13 @@
#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
"""