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