aboutsummaryrefslogtreecommitdiff
path: root/ports/rtlsdr/vcpkg.json
blob: 1dbd2b0da36b13a1d0d27b00576f6f499acad202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "rtlsdr",
  "version-string": "2020-04-16",
  "port-version": 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",
  "supports": "windows & (x86 | x64)",
  "dependencies": [
    "libusb",
    {
      "name": "pthreads",
      "platform": "windows"
    }
  ]
}