mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
30 lines
926 B
JSON
30 lines
926 B
JSON
{
|
|
"version": "2022.09.27",
|
|
"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.09.27.zip",
|
|
"hash": "1aa4adf1e4b509207bf493bc0a0a81c3a60aece727723f67bef840863e291238",
|
|
"extract_dir": "vcpkg-2022.09.27",
|
|
"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"
|
|
}
|
|
}
|