aboutsummaryrefslogtreecommitdiff
path: root/ports/liblzma/vcpkg.json
blob: fb6c4097e25a2e5e2b4e9a69587daf0e44af26ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "liblzma",
  "version-semver": "5.2.5",
  "port-version": 3,
  "description": "Compression library with an API similar to that of zlib.",
  "homepage": "hhttps://github.com/xz-mirror/xz",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}