2022-07-25 20:28:05 +00:00

30 lines
926 B
JSON

{
"version": "2022.07.25",
"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/2022.07.25.zip",
"hash": "d2bc4a233c0cebceb7491043b46e8bcf147227de1924cc76c182eef4ea17292a",
"extract_dir": "vcpkg-2022.07.25",
"installer": {
"file": "bootstrap-vcpkg.bat",
"keep": true
},
"bin": "vcpkg.exe",
"post_install": "vcpkg integrate install",
"uninstaller": {
"script": "vcpkg integrate remove"
},
"persist": [
"downloads",
"installed"
],
"checkver": {
"github": "https://github.com/microsoft/vcpkg/"
},
"autoupdate": {
"url": "https://github.com/microsoft/vcpkg/archive/refs/tags/$version.zip",
"extract_dir": "vcpkg-$version"
}
}