20 lines
414 B
JSON
20 lines
414 B
JSON
{
|
|
"name": "x-plane",
|
|
"version": "4.1.1",
|
|
"port-version": 1,
|
|
"description": "The X-Plane Plugin SDK",
|
|
"homepage": "https://developer.x-plane.com/sdk/",
|
|
"license": null,
|
|
"supports": "(windows & !uwp & x64) | (osx & (x64 | arm64)) | (linux & x64)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|