redox/recipes/wip/ternimal/recipe.toml
2023-11-30 18:13:53 +00:00

9 lines
214 B
TOML

#TODO probably wrong script, see https://github.com/p-e-w/ternimal#building
[source]
git = "https://github.com/p-e-w/ternimal"
[build]
template = "custom"
script = """
rustc -O "${COOKBOOK_SOURCE}"/ternimal.rs
"""