vcpkg/ports/boinc/vcpkg.json
Vitalii Koshura bdda9da76d
[boinc] update to 7.24.1 (#33167)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-08-15 12:03:41 -07:00

20 lines
426 B
JSON

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