vcpkg/ports/sdbus-cpp/vcpkg.json

29 lines
602 B
JSON
Raw Normal View History

2023-10-10 06:29:42 +08:00
{
"name": "sdbus-cpp",
"version": "2.0.0",
2023-10-10 06:29:42 +08:00
"description": "High-level C++ D-Bus library for Linux designed to provide easy-to-use yet powerful API in modern C++",
"homepage": "https://github.com/Kistler-Group/sdbus-cpp",
"license": "LGPL-2.1-only",
2023-10-10 06:29:42 +08:00
"supports": "linux",
"dependencies": [
"dbus",
"libsystemd",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tool": {
"description": "build C++ codegen tool",
"dependencies": [
"expat"
]
}
}
}