vcpkg/ports/boinc/vcpkg.json

19 lines
384 B
JSON
Raw Normal View History

{
"name": "boinc",
"version": "7.18.1",
"description": "Open-source software for volunteer computing and grid computing.",
"homepage": "https://boinc.berkeley.edu/",
"supports": "!(windows & arm) & !uwp",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}