diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/rtlsdr/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/rtlsdr/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/rtlsdr/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/rtlsdr/vcpkg.json b/vcpkg/ports/rtlsdr/vcpkg.json new file mode 100644 index 0000000..f217c15 --- /dev/null +++ b/vcpkg/ports/rtlsdr/vcpkg.json @@ -0,0 +1,30 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "name": "rtlsdr", + "version": "2.0.2", + "description": "rtl-sdr is a library that turns your Realtek RTL2832 based DVB dongle into a SDR receiver", + "homepage": "https://osmocom.org/projects/rtl-sdr", + "license": "GPL-2.0-or-later", + "supports": "!uwp", + "dependencies": [ + "libusb", + { + "name": "pthreads", + "platform": "windows & !mingw" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tools": { + "description": "Build tools", + "supports": "!android" + } + } +} |