mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:49:08 +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
21 lines
447 B
JSON
21 lines
447 B
JSON
{
|
|
"name": "boinc",
|
|
"version": "7.22.2",
|
|
"port-version": 1,
|
|
"description": "Open-source software for volunteer computing and grid computing.",
|
|
"homepage": "https://boinc.berkeley.edu/",
|
|
"license": "LGPL-3.0-or-later",
|
|
"supports": "!(windows & arm) & !uwp & !xbox",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|