mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
10 lines
228 B
TOML
10 lines
228 B
TOML
#TODO missing script to properly move the binary
|
|
[source]
|
|
git = "https://github.com/spenserblack/gengo"
|
|
rev = "272e794ff895149152f942a9b71ceb39711a4fb9"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages gengo
|
|
"""
|