[libgit2] no absolute paths (#21172)

This commit is contained in:
autoantwort 2021-11-04 18:39:06 +01:00 committed by GitHub
parent 2c34f25024
commit 28fe97c0ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -4,8 +4,8 @@ vcpkg_fail_port_install(ON_TARGET "uwp")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libgit2/libgit2
REF v1.3.0
SHA512 842a648a67ff23ba9e6bf14b706ba9081164866e14000ebf3858442b7046925f05e1dbf00a7d740dc4bf32280e260730e23a9492e817094aa90736ae335ee76e
REF v1.3.0
SHA512 842a648a67ff23ba9e6bf14b706ba9081164866e14000ebf3858442b7046925f05e1dbf00a7d740dc4bf32280e260730e23a9492e817094aa90736ae335ee76e
HEAD_REF master
)
@ -75,6 +75,7 @@ vcpkg_cmake_configure(
)
vcpkg_cmake_install()
vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

View File

@ -1,6 +1,7 @@
{
"name": "libgit2",
"version-semver": "1.3.0",
"port-version": 1,
"description": "Git linkable library",
"homepage": "https://github.com/libgit2/libgit2",
"supports": "!uwp",

View File

@ -3446,7 +3446,7 @@
},
"libgit2": {
"baseline": "1.3.0",
"port-version": 0
"port-version": 1
},
"libgnutls": {
"baseline": "3.6.15",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "608c02285dbac754d7b2a34e67f081879cdee38f",
"version-semver": "1.3.0",
"port-version": 1
},
{
"git-tree": "20883074dd1404f4170f03b1c4d04d7a0e05b0fe",
"version-semver": "1.3.0",