redox/recipes/wip/ssh/mosh/recipe.toml
2024-07-15 09:25:09 +00:00

15 lines
310 B
TOML

#TODO missing header files
[source]
tar = "https://github.com/mobile-shell/mosh/releases/download/mosh-1.4.0/mosh-1.4.0.tar.gz"
[build]
template = "custom"
dependencies = [
"openssl1",
"ncurses",
"zlib",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
cookbook_configure
"""