diff --git a/net-wireless/blue_sonar/blue_sonar-9999.ebuild b/net-wireless/blue_sonar/blue_sonar-9999.ebuild new file mode 100644 index 000000000..ef36c3d06 --- /dev/null +++ b/net-wireless/blue_sonar/blue_sonar-9999.ebuild @@ -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 +}