redox/recipes/wip/tools/run/recipe.toml
2024-07-09 00:06:39 +00:00

10 lines
160 B
TOML

#TODO fix the script
[source]
git = "https://github.com/LyonSyonII/run"
[build]
template = "custom"
script = """
cd "${COOKBOOK_SOURCE}"/cli
cookbook_cargo
"""