redox/recipes/wip/net/ssh/sshx/recipe.toml
2026-02-17 22:34:00 -03:00

12 lines
239 B
TOML

#TODO program source code error (after cargo update)
#TODO require NodeJS and NPM
[source]
git = "https://github.com/ekzhang/sshx"
shallow_clone = true
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo_packages sshx
"""