ice9-bluetooth-sniffer: this will probably be a default package soon

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-02-17 09:49:58 -05:00
parent 7f6bd2d269
commit 4a4d3309b4
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -0,0 +1,29 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 cmake
DESCRIPTION=""
HOMEPAGE=""
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
EGIT_REPO_URI="https://github.com/mikeryan/ice9-bluetooth-sniffer.git"
DEPEND="
net-libs/libhackrf:=
net-libs/liquid-dsp
net-wireless/bladerf:=
net-wireless/uhd:=
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
sed -i "s#\$ENV{HOME}/.config#/usr/$(get_libdir)#" CMakeLists.txt || die
cmake_src_prepare
}