aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libharu/vcpkg.json
blob: de62c89fce9dca1d89ab623b27610bbf6a415c12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "libharu",
  "version": "2.4.4",
  "port-version": 1,
  "description": "libharu - free PDF library",
  "homepage": "https://github.com/libharu/libharu",
  "license": "Zlib",
  "dependencies": [
    "libpng",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}