vcpkg/ports/boinc/vcpkg.json
Vitalii Koshura e0aee0ddcf
[boinc] Add new port (#19659)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-09-10 13:37:39 -07:00

19 lines
384 B
JSON

{
"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
}
]
}