blob: eec5634f2332f7e0ed489471a1550e14eb325a95 [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="388f270b24b9c53426f8e87bcff28b6a26505785"
CROS_WORKON_TREE="ba5ed2cc47a66fdb5b1ec19160598d12441d9f38"
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
}