mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 21:18:41 +08:00
11 lines
267 B
TOML
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
|
|
"""
|