redox/recipes/wip/libs/other/gdal/recipe.toml
2026-06-07 19:29:51 -03:00

13 lines
298 B
TOML

#TODO not compiled or tested
# build instructions: https://gdal.org/development/building_from_source.html
[source]
tar = "https://github.com/OSGeo/gdal/releases/download/v3.13.1/gdal-3.13.1.tar.xz"
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_TESTING=OFF"
]
dependencies = [
"proj"
]