mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
16 lines
383 B
JSON
16 lines
383 B
JSON
{
|
|
"name": "usbmuxd",
|
|
"version": "1.2.235",
|
|
"port-version": 4,
|
|
"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"
|
|
]
|
|
}
|