aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-msys2/vcpkg.json
blob: 039d3df819996a3afdfbf2221643d1cc6279fed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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"
    }
  }
}