mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:48:59 +08:00
c96d040503
* [libideviceactivation] Add tools feature * Update version database * Remove tools feature from default-features * Update version database
30 lines
625 B
JSON
30 lines
625 B
JSON
{
|
|
"name": "libideviceactivation",
|
|
"version-date": "2023-05-01",
|
|
"port-version": 1,
|
|
"description": "A library to handle the activation process of iOS devices",
|
|
"homepage": "https://libimobiledevice.org/",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"curl",
|
|
"libimobiledevice",
|
|
"libplist",
|
|
"libxml2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "build command line tool",
|
|
"supports": "!android & !ios & !xbox"
|
|
}
|
|
}
|
|
}
|