mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
10 lines
205 B
TOML
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
|
|
"""
|