mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Add the Celestia data
This commit is contained in:
parent
cad6d8f852
commit
b8eaf498ba
5
recipes/wip/science/celestia-data/recipe.toml
Normal file
5
recipes/wip/science/celestia-data/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, see https://github.com/CelestiaProject/Celestia/blob/master/INSTALL.md#installing-the-content
|
||||
[source]
|
||||
git = "https://github.com/CelestiaProject/CelestiaContent"
|
||||
[build]
|
||||
template = "custom"
|
||||
@ -29,6 +29,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
|
||||
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
|
||||
-DCMAKE_VERBOSE_MAKEFILE=On
|
||||
-DENABLE_INTERFACE=ON
|
||||
-DENABLE_SDL=On
|
||||
"${COOKBOOK_SOURCE}"
|
||||
)
|
||||
cookbook_configure
|
||||
|
||||
Loading…
Reference in New Issue
Block a user