mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
add recipes
This commit is contained in:
parent
b8eaf498ba
commit
a5834227a2
5
recipes/wip/libs/libgdal/recipe.toml
Normal file
5
recipes/wip/libs/libgdal/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for CMake, see https://gdal.org/development/building_from_source.html
|
||||
[source]
|
||||
tar = "https://github.com/OSGeo/gdal/releases/download/v3.8.4/gdal-3.8.4.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
10
recipes/wip/science/openspace/recipe.toml
Normal file
10
recipes/wip/science/openspace/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO missing script for CMake, see https://docs.openspaceproject.com/en/latest/dev/compiling/index.html#
|
||||
[source]
|
||||
git = "https://github.com/OpenSpace/OpenSpace"
|
||||
rev = "b3681167a3b95d49ac7aa7d06b07cbd88c687e9a"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"qt6-base",
|
||||
"libgdal",
|
||||
]
|
||||
6
recipes/wip/tools/dead-ringer/recipe.toml
Normal file
6
recipes/wip/tools/dead-ringer/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ztroop/dead-ringer"
|
||||
rev = "c35398134a1bc3c44c1ddf24749b4a7643306870"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user