aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rtlsdr/vcpkg.json
blob: f217c15815301495d382e74b50ea09091f70ef38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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"
    }
  }
}