mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 13:04:28 +00:00
35 lines
1021 B
JSON
35 lines
1021 B
JSON
{
|
|
"version": "2024.01.12",
|
|
"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/2024.01.12.zip",
|
|
"hash": "7d954679548c2b149e101b69223937bb2949fc64d405b31465d07db8363b7f73",
|
|
"extract_dir": "vcpkg-2024.01.12",
|
|
"installer": {
|
|
"file": "bootstrap-vcpkg.bat",
|
|
"keep": true
|
|
},
|
|
"bin": "vcpkg.exe",
|
|
"env_set": {
|
|
"VCPKG_ROOT": "$dir"
|
|
},
|
|
"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"
|
|
}
|
|
}
|