blue_sonar: a little tool for WCTF (and more?)

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-07-26 16:09:40 -04:00
parent ff36e22bc0
commit 4aee08ce34
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -0,0 +1,26 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="A simple wrapper for l2ping which shows rssi"
HOMEPAGE="https://github.com/ZeroChaos-/blue_sonar"
if [ "${PV}" = "9999" ]; then
EGIT_REPO_URI="https://github.com/ZeroChaos-/blue_sonar.git"
KEYWORDS=""
inherit git-r3
else
KEYWORDS="amd64 arm x86"
SRC_URI=""
fi
LICENSE="BSD-4"
SLOT="0"
IUSE=""
PDEPEND="net-wireless/bluez"
src_install() {
dosbin blue_sonar
}