redox/recipes/wip/tools/sshx/recipe.toml
2024-02-11 14:08:48 +00:00

10 lines
205 B
TOML

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