From a5834227a2ed91330cacb719c7bc58c8a55485e5 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 26 Feb 2024 23:46:51 +0000 Subject: [PATCH] add recipes --- recipes/wip/libs/libgdal/recipe.toml | 5 +++++ recipes/wip/science/openspace/recipe.toml | 10 ++++++++++ recipes/wip/tools/dead-ringer/recipe.toml | 6 ++++++ 3 files changed, 21 insertions(+) create mode 100644 recipes/wip/libs/libgdal/recipe.toml create mode 100644 recipes/wip/science/openspace/recipe.toml create mode 100644 recipes/wip/tools/dead-ringer/recipe.toml diff --git a/recipes/wip/libs/libgdal/recipe.toml b/recipes/wip/libs/libgdal/recipe.toml new file mode 100644 index 000000000..6980efe24 --- /dev/null +++ b/recipes/wip/libs/libgdal/recipe.toml @@ -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" diff --git a/recipes/wip/science/openspace/recipe.toml b/recipes/wip/science/openspace/recipe.toml new file mode 100644 index 000000000..092c47d2a --- /dev/null +++ b/recipes/wip/science/openspace/recipe.toml @@ -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", +] diff --git a/recipes/wip/tools/dead-ringer/recipe.toml b/recipes/wip/tools/dead-ringer/recipe.toml new file mode 100644 index 000000000..da77c3c5e --- /dev/null +++ b/recipes/wip/tools/dead-ringer/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ztroop/dead-ringer" +rev = "c35398134a1bc3c44c1ddf24749b4a7643306870" +[build] +template = "cargo" -- GitLab