mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
15 lines
308 B
TOML
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",
|
|
]
|