redox/recipes/wip/games/simulation/nbodysim/recipe.toml
2024-07-13 11:58:45 +00:00

11 lines
274 B
TOML

#TODO not compiled or tested
[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
"""