blob: ec3312756160f0b98f64a2988d8926ecdd2abc54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = ais-catcher
pkgdesc = Receiver for Automatic Identifaction System of boats using an SDR device (RTL-SDR, AirSpy, HackRF, ...)
pkgver = 0.59
pkgrel = 1
url = https://github.com/jvde-github/AIS-catcher
arch = i686
arch = x86_64
license = GPL-3.0-or-later
makedepends = cmake
depends = zlib
depends = libsoxr
depends = libsamplerate
depends = zeromq
depends = openssl
optdepends = airspy: Airspy backend
optdepends = hackrf: HackRF backend
optdepends = rtl-sdr: RTL-SDR backend
optdepends = bladerf: BladeRF backend
source = ais-catcher::git+https://github.com/jvde-github/AIS-catcher.git#commit=c5354a3
sha256sums = SKIP
pkgname = ais-catcher
|