vcpkg/ports/boinc/vcpkg.json
2024-09-17 14:11:47 -07:00

20 lines
425 B
JSON

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