aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/usbmuxd/vcpkg.json
blob: 952d781df3b9e1a5003c2206961e8eb199aaf61f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "usbmuxd",
  "version-date": "2023-07-21",
  "port-version": 1,
  "description": "A socket daemon to multiplex connections from and to iOS devices",
  "homepage": "http://www.libimobiledevice.org",
  "license": "LGPL-2.0-or-later",
  "supports": "(!windows & !android & !ios) | mingw",
  "dependencies": [
    "dirent",
    "getopt",
    "libimobiledevice",
    "libimobiledevice-glue",
    "libusb",
    "pthreads",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}