diff options
Diffstat (limited to 'net-wireless/rtl_433/rtl_433-9999.ebuild')
-rw-r--r-- | net-wireless/rtl_433/rtl_433-9999.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-wireless/rtl_433/rtl_433-9999.ebuild b/net-wireless/rtl_433/rtl_433-9999.ebuild new file mode 100644 index 000000000000..d491724df404 --- /dev/null +++ b/net-wireless/rtl_433/rtl_433-9999.ebuild @@ -0,0 +1,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}" |