blob: ff878987fd85fb23e63236ffd3b7a4f72587714e [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="957e1523a0e57d581aef91b28f3184491b2223a5"
CROS_WORKON_TREE="010dcc8dd213bbc0853f1a0407285371808a28dd"
CROS_WORKON_PROJECT="chromiumos/platform/crosh"
inherit cros-workon
DESCRIPTION="Chrome OS command-line shell"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="app-admin/sudo
chromeos-base/salsa
chromeos-base/vboot_reference
chromeos-base/workarounds
net-misc/iputils
net-misc/openssh
net-wireless/iw
sys-apps/net-tools
"
DEPEND=""
src_install() {
dobin crosh
dobin crosh-dev
dobin crosh-usb
dobin inputrc.crosh
dobin network_diagnostics
}