aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lensfun/vcpkg.json
blob: 36e7715143d5a896b01ed3063cf640e676fcd735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "lensfun",
  "version": "0.3.4",
  "port-version": 2,
  "description": "Provide a open source database of photographic lenses and their characteristics",
  "homepage": "https://lensfun.github.io/",
  "license": null,
  "supports": "!arm",
  "dependencies": [
    "glib",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "python": {
      "description": "Build python module",
      "supports": "native & !windows",
      "dependencies": [
        "python3",
        "vcpkg-get-python-packages"
      ]
    }
  }
}