mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 01:01:37 +08:00
13 lines
287 B
JSON
13 lines
287 B
JSON
|
{
|
||
|
"name": "vcpkg-ci-msys2",
|
||
|
"version": "1",
|
||
|
"description": "Test vcpkg msys2 freshness",
|
||
|
"license": "MIT",
|
||
|
"supports": "(windows | mingw) & native",
|
||
|
"features": {
|
||
|
"update-all": {
|
||
|
"description": "Update all outdated packages in vcpkg_acquire_msys.cmake"
|
||
|
}
|
||
|
}
|
||
|
}
|