mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
ice9-bluetooth-sniffer: this will probably be a default package soon
This commit is contained in:
parent
7f6bd2d269
commit
4a4d3309b4
1 changed files with 29 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in a new issue