blob: a66ecaa5b419d4e1fc139643ef3784359ccc29b5 [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="0399d6f85f3740b2b3e7111adaa273b6c66520fa"
CROS_WORKON_TREE="c31870b168f2bfe26724a5c2d800434a3a46b83e"
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
x11-terms/rxvt-unicode
"
DEPEND=""
src_install() {
dobin crosh
dobin crosh-dev
dobin crosh-usb
dobin inputrc.crosh
dobin network_diagnostics
}