mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 05:28:43 +08:00
14 lines
283 B
TOML
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
|
|
"""
|