vcpkg/ports/robotraconteur/vcpkg.json
John Wason 73bc296b6f
[robotraconteur] Add robotraconteur and robotraconteur-companion ports (#36596)
* Add robotraconteur port

* version database

* Add robotraconteur-companion port

* version database

* Install usage

* Update manifests

* Add dbus and libusb dependencies on linux

* version database

* Add back vcpkg-cmake dependency

* version database

* Disable robotraconteur on linux

* version database

* usage newline

* Use vcpkg_cmake_config_fixup

* Add back linux support

* version database

* Improve check for libbluetooth using pkgconfig

* version database

* Change libbluetooth check to warning

* version database

* Set PACKAGE_NAME in vcpkg_cmake_config_fixup

* version database
2024-02-09 20:10:49 -08:00

60 lines
1.2 KiB
JSON

{
"name": "robotraconteur",
"version-semver": "1.0.0",
"description": "The Robot Raconteur communication framework core library",
"homepage": "http://robotraconteur.com",
"license": "Apache-2.0",
"supports": "(windows & (x86 | x64)) | (linux & (x86 | x64 | arm64)) | (osx & (x64 | arm64))",
"dependencies": [
"boost-algorithm",
"boost-array",
"boost-asio",
"boost-assign",
"boost-atomic",
"boost-bind",
"boost-config",
"boost-container",
"boost-date-time",
"boost-filesystem",
"boost-foreach",
"boost-format",
"boost-function",
"boost-interprocess",
"boost-intrusive",
"boost-lexical-cast",
"boost-locale",
"boost-program-options",
"boost-random",
"boost-range",
"boost-regex",
"boost-scope-exit",
"boost-signals2",
"boost-smart-ptr",
"boost-thread",
"boost-tuple",
"boost-unordered",
"boost-utility",
"boost-uuid",
{
"name": "dbus",
"platform": "linux"
},
{
"name": "libusb",
"platform": "linux"
},
{
"name": "openssl",
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}