diff options
Diffstat (limited to 'vcpkg/ports/simpleble/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/simpleble/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/simpleble/vcpkg.json b/vcpkg/ports/simpleble/vcpkg.json new file mode 100644 index 0000000..e40b64d --- /dev/null +++ b/vcpkg/ports/simpleble/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "simpleble", + "version": "0.8.1", + "port-version": 1, + "description": "The ultimate fully-fledged cross-platform library and bindings for Bluetooth Low Energy (BLE).", + "homepage": "https://github.com/OpenBluetoothToolbox/SimpleBLE", + "license": "GPL-3.0", + "supports": "!android & !uwp", + "dependencies": [ + { + "name": "dbus", + "platform": "linux" + }, + "fmt", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |