redox/recipes/wip/libs/other/libgit2/recipe.toml
2025-10-08 14:55:56 -03:00

11 lines
280 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 = "a2bde63741977ca0f4ef7db2f609df320be67a08"
[build]
template = "cmake"
dependencies = [
"openssl1",
]