aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpp-exiftool/vcpkg.json
blob: 24676ca195fb8eda6024ac13a8fbae216c8c8a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "cpp-exiftool",
  "version": "1.8.0",
  "description": "The C++ interface for exiftool provides the source code for a set of objects that allow C++ applications to easily leverage the full power of the exiftool application through a simple interface. This interface handles all the hard work of launching, monitoring, controlling, and communicating with an external exiftool process.",
  "homepage": "https://exiftool.org/cpp_exiftool/",
  "license": null,
  "supports": "linux",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}