vcpkg/ports/usbmuxd/vcpkg.json
MonicaLiu 098d380a52
[vcpkg baseline][usbmuxd] Add "!static" to the port. (#28383)
* update usbmuxd

* update version

Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-12-16 11:22:19 -08:00

16 lines
375 B
JSON

{
"name": "usbmuxd",
"version": "1.2.235",
"port-version": 3,
"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",
"dependencies": [
"libimobiledevice",
"libusb",
"libusb-win32",
"pthreads"
]
}