vcpkg: Add version 2022.05.10 (#3635)

* vcpkg: Add version 2022.05.10

* vcpkg@2022.05.10: change to installer script, originally by dodorz

* vcpkg@2022.05.10: Change the installer to just file

* Update vcpkg.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
BennyDioxide 2022-06-09 15:24:46 +08:00 committed by GitHub
parent 656a050688
commit b6c801389d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
bucket/vcpkg.json Normal file
View File

@ -0,0 +1,29 @@
{
"version": "2022.05.10",
"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.05.10.zip",
"hash": "2c7a883224628ba1e36a4de5d9a7a0f2420e7f54e5fa8b1a838896ee64ee56f2",
"extract_dir": "vcpkg-2022.05.10",
"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"
}
}