redox/recipes/wip/tools/run/recipe.toml
2024-03-23 16:35:25 +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
"""