mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:19:01 +08:00
40d7ccf880
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"name": "boinc",
|
|
"version": "7.18.1",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|