Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

22 lines
495 B
JSON

{
"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
}
]
}