vcpkg/ports/usbmuxd/vcpkg.json
Alexander Neumann 7dbb5af43b
[usbmuxd] msbuild (#33147)
* [usbmuxd] msbuild

* format

* v db
2023-08-17 14:24:25 -07:00

24 lines
525 B
JSON

{
"name": "usbmuxd",
"version": "1.2.235",
"port-version": 5,
"description": "A socket daemon to multiplex connections from and to iOS devices",
"homepage": "http://www.libimobiledevice.org",
"license": "LGPL-2.1-only",
"supports": "windows & !arm64 & !static & !xbox",
"dependencies": [
"libimobiledevice",
"libusb",
"libusb-win32",
"pthreads",
{
"name": "vcpkg-msbuild",
"host": true,
"features": [
"pkg-config"
],
"platform": "windows"
}
]
}