redox/recipes/wip/games/simulation/nbodysim/recipe.toml
2025-06-08 20:44:07 -03:00

11 lines
267 B
TOML

#TODO outdated crates
[source]
git = "https://github.com/timokoesters/nbodysim"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/nbodysim
cp -rv "${COOKBOOK_SOURCE}"/examples/* "${COOKBOOK_STAGE}"/usr/share/nbodysim
cookbook_cargo
"""