mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
blue_sonar: stable enough for defcon
This commit is contained in:
parent
fdaf8272e6
commit
25ec917ffc
3 changed files with 28 additions and 1 deletions
1
net-wireless/blue_sonar/Manifest
Normal file
1
net-wireless/blue_sonar/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST blue_sonar-0.2.tar.gz 2478 BLAKE2B 242fc49b26cb1c859c05dd5e112ab9168afb13e2ee3c4fb12a4ff189ac5b84ae7962909594e286c92ab4271090b182a2178f0d8635a1759d6a5faf4e21837b68 SHA512 8db1af492f6b6a74f59105c37352d6d1177a81ef6bca9ddc457b519f7e1d7f621fd82ab850d79ffcb2081b96c091045f0956d7d556c7ab4c2861cbf184a566b7
|
||||
26
net-wireless/blue_sonar/blue_sonar-0.2.ebuild
Normal file
26
net-wireless/blue_sonar/blue_sonar-0.2.ebuild
Normal 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
|
||||
}
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue