mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
11ab176e41
commit
f198714053
8
recipes/wip/terminal/tab-rs/recipe.toml
Normal file
8
recipes/wip/terminal/tab-rs/recipe.toml
Normal 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
|
||||
"""
|
||||
13
recipes/wip/terminal/tmux/recipe.toml
Normal file
13
recipes/wip/terminal/tmux/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user