mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
32 lines
968 B
JSON
32 lines
968 B
JSON
{
|
|
"version": "2023.02.24",
|
|
"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.02.24.zip",
|
|
"hash": "5b98ef4854e3072b298d25317f0ff1de4c59327b907e7875becc729d0d27b29e",
|
|
"extract_dir": "vcpkg-2023.02.24",
|
|
"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"
|
|
}
|
|
}
|