2023-07-24 20:25:40 +00:00

32 lines
968 B
JSON

{
"version": "2023.07.21",
"description": "C/C++ dependency manager from Microsoft For all platforms, buildsystems, and workflows",
"homepage": "https://vcpkg.io/",
"license": "MIT",
"url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2023.07.21.zip",
"hash": "5b3a0a9e711c897509beb9014e4478f41e1c7faa62e03d4d5404229980bd00a0",
"extract_dir": "vcpkg-2023.07.21",
"installer": {
"file": "bootstrap-vcpkg.bat",
"keep": true
},
"bin": "vcpkg.exe",
"post_install": "vcpkg integrate install",
"uninstaller": {
"script": "vcpkg integrate remove"
},
"persist": [
"buildtrees",
"downloads",
"installed",
"packages"
],
"checkver": {
"github": "https://github.com/microsoft/vcpkg/"
},
"autoupdate": {
"url": "https://github.com/microsoft/vcpkg/archive/refs/tags/$version.zip",
"extract_dir": "vcpkg-$version"
}
}