aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-libgit2/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/scripts/test_ports/vcpkg-ci-libgit2/vcpkg.json')
-rw-r--r--vcpkg/scripts/test_ports/vcpkg-ci-libgit2/vcpkg.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/vcpkg-ci-libgit2/vcpkg.json b/vcpkg/scripts/test_ports/vcpkg-ci-libgit2/vcpkg.json
new file mode 100644
index 0000000..f4c01aa
--- /dev/null
+++ b/vcpkg/scripts/test_ports/vcpkg-ci-libgit2/vcpkg.json
@@ -0,0 +1,15 @@
+{
+ "name": "vcpkg-ci-libgit2",
+ "version-string": "ci",
+ "description": "Validates libgit2 with ssh and tools.",
+ "dependencies": [
+ {
+ "name": "libgit2",
+ "default-features": false,
+ "features": [
+ "ssh",
+ "tools"
+ ]
+ }
+ ]
+}