mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
11 lines
280 B
TOML
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",
|
|
]
|