mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 18:09:06 +08:00
7dbb5af43b
* [usbmuxd] msbuild * format * v db
24 lines
525 B
JSON
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"
|
|
}
|
|
]
|
|
}
|