redox/recipes/wip/libs/other/libgit2/recipe.toml
2026-03-22 17:36:16 -03:00

15 lines
308 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/libgit2/libgit2#building-libgit2---using-cmake
[source]
git = "https://github.com/libgit2/libgit2"
rev = "v1.9.2"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_TESTS=OFF"
]
dependencies = [
"openssl3",
]