mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
8abeb71402
* fix usage * update version * redo x64-windows.cmake * resolve conflicts * updaet git-tree * fix downstream * update version * fix libirecovery * update git-tree * fix pkg_check_modules * update git-tree * fix libfreenect2 * update version * fix libuvc * update version * fix libuvc patch * update git-tree * fix libuvc build_fix.patch * update git-tree * format * update git-tree * undo supports * update git-tree * fix azure-kinect-sensor-sdk * update version * add pkg-config.exe * update git-tree * disable build examples and tests * update git-tree --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
22 lines
495 B
JSON
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
|
|
}
|
|
]
|
|
}
|