aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libpff/vcpkg.json
blob: 2703c62158857d3f85177561a6d05a26c83acea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "libpff",
  "version-date": "2021-11-14",
  "port-version": 2,
  "description": "Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format.",
  "homepage": "https://github.com/libyal/libpff",
  "license": "LGPL-3.0-or-later",
  "supports": "windows & !(static & windows) & !uwp & !xbox",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}