vcpkg/ports/boinc/vcpkg.json
Vitalii Koshura af80626a3d
[boinc] Update to 7.20.2 (#25837)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-07-19 09:56:43 -07:00

20 lines
418 B
JSON

{
"name": "boinc",
"version": "7.20.2",
"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
}
]
}