aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/7zip/vcpkg.json
blob: e7ba342cf83870bfdb893faacf3715e73210e290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "7zip",
  "version": "25.1",
  "port-version": 1,
  "description": "Library for archiving file with a high compression ratio.",
  "homepage": "https://www.7-zip.org",
  "license": "LGPL-2.1-or-later",
  "supports": "!uwp & !xbox",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}