blob: 332c9eb56569c590529b40946213f06ea39b7e11 [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="ea04f99de237bfb611e7c650ea58e7c6b22b173c"
CROS_WORKON_TREE="380098f00834ea446e90eb4d0738a2d9a00449c9"
CROS_WORKON_PROJECT="chromiumos/platform/crosh"
CROS_WORKON_OUTOFTREE_BUILD=1
inherit cros-workon
DESCRIPTION="Chrome OS command-line shell"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc 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
}