mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:29:01 +08:00
34475625dd
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"name": "boinc",
|
|
"version": "8.0.3",
|
|
"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
|
|
}
|
|
]
|
|
}
|