redox/recipes/wip/terminal/tmux/recipe.toml
2024-07-02 06:08:02 +00:00

14 lines
283 B
TOML

#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
"""