blue_sonar: stable enough for defcon

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-07-27 21:53:09 -04:00
parent fdaf8272e6
commit 25ec917ffc
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
3 changed files with 28 additions and 1 deletions

View file

@ -0,0 +1 @@
DIST blue_sonar-0.2.tar.gz 2478 BLAKE2B 242fc49b26cb1c859c05dd5e112ab9168afb13e2ee3c4fb12a4ff189ac5b84ae7962909594e286c92ab4271090b182a2178f0d8635a1759d6a5faf4e21837b68 SHA512 8db1af492f6b6a74f59105c37352d6d1177a81ef6bca9ddc457b519f7e1d7f621fd82ab850d79ffcb2081b96c091045f0956d7d556c7ab4c2861cbf184a566b7

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="https://github.com/ZeroChaos-/blue_sonar/archive/0.2.tar.gz -> ${P}.tar.gz"
fi
LICENSE="BSD-4"
SLOT="0"
IUSE=""
PDEPEND="net-wireless/bluez"
src_install() {
dosbin blue_sonar
}

View file

@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then
inherit git-r3
else
KEYWORDS="amd64 arm x86"
SRC_URI=""
SRC_URI="https://github.com/ZeroChaos-/blue_sonar/archive/0.2.tar.gz -> ${P}.tar.gz"
fi
LICENSE="BSD-4"