summaryrefslogtreecommitdiff
path: root/net-wireless/gqrx-scanner/gqrx-scanner-1.0.2.ebuild
blob: ebe765a41e20f7055082061cbc2718fb1ae83daa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

DESCRIPTION="frequency scanner for Gqrx Software Defined Radio receiver"
HOMEPAGE="https://github.com/neural75/gqrx-scanner"
SRC_URI="https://github.com/neural75/gqrx-scanner/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
IUSE=""

PDEPEND="net-wireless/gqrx"