mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 18:42:52 +08:00
5e471fe047
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com> Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com> Co-authored-by: Cheney-Wang <850426846@qq.com>
20 lines
418 B
JSON
20 lines
418 B
JSON
{
|
|
"name": "boinc",
|
|
"version": "7.20.5",
|
|
"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",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|