vcpkg/ports/usbmuxd/vcpkg.json

21 lines
474 B
JSON

{
"name": "usbmuxd",
"version-date": "2023-07-21",
"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
}
]
}