vcpkg/ports/libirecovery/vcpkg.json
MonicaLiu 8abeb71402
[libusb] Fix usage (#35498)
* 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>
2023-12-14 00:07:17 -08:00

35 lines
746 B
JSON

{
"name": "libirecovery",
"version-date": "2023-05-13",
"port-version": 2,
"description": "Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux",
"homepage": "https://libimobiledevice.org/",
"license": "LGPL-2.1-or-later",
"supports": "!uwp",
"dependencies": [
"libimobiledevice-glue",
{
"name": "libusb",
"platform": "!windows & !osx"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "build command line tool",
"supports": "!android & !ios & !xbox",
"dependencies": [
"getopt",
"readline"
]
}
}
}