vcpkg/ports/autodock-vina/vcpkg.json
2023-09-13 15:40:46 -07:00

33 lines
720 B
JSON

{
"name": "autodock-vina",
"version-semver": "1.2.5",
"port-version": 1,
"description": "AutoDock Vina is one of the fastest and most widely used open-source docking engines.",
"homepage": "http://vina.scripps.edu/",
"dependencies": [
"boost-algorithm",
"boost-array",
"boost-filesystem",
"boost-lexical-cast",
"boost-log",
"boost-math",
"boost-optional",
"boost-program-options",
"boost-ptr-container",
"boost-random",
"boost-serialization",
"boost-static-assert",
"boost-thread",
"boost-timer",
"boost-utility",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}