summaryrefslogtreecommitdiff
blob: d491724df404e3dced1eaa54f4e04fd14e4b881f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils git-r3

DESCRIPTION="Decode OOK modulated signals"
HOMEPAGE="https://github.com/merbanan/rtl_433"
EGIT_REPO_URI="https://github.com/merbanan/rtl_433"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="net-wireless/rtl-sdr"
RDEPEND="${DEPEND}"