aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libmtp/vcpkg.json
blob: 9ac7f8a47a08c30f01311d029e9c733885f6b84b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "libmtp",
  "version-semver": "1.1.22",
  "description": "A library to access MTP (Media Transfer Protocol) devices",
  "homepage": "https://sourceforge.net/projects/libmtp/",
  "license": "LGPL-2.1-or-later",
  "supports": "(!windows | mingw) & !uwp & !android",
  "dependencies": [
    {
      "name": "gettext",
      "host": true
    },
    {
      "name": "libmtp",
      "host": true,
      "platform": "android"
    },
    "libusb"
  ]
}