add recipes

This commit is contained in:
Ribbon 2024-02-26 23:46:51 +00:00
parent b8eaf498ba
commit a5834227a2
3 changed files with 21 additions and 0 deletions

View 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"

View 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",
]

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/ztroop/dead-ringer"
rev = "c35398134a1bc3c44c1ddf24749b4a7643306870"
[build]
template = "cargo"