mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
11 lines
274 B
TOML
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
|
|
"""
|