blob: 52a5ae2fd1d91753c8bc8f5d85453fcc8ea5a7a9 [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=2
CROS_WORKON_PROJECT="chromiumos/platform/crosh"
# Files from chromeos-wm are being moved to this package; ensure that we don't
# get conflicts by installing this and an old version of chromeos-wm at the
# same time.
CONFLICT_LIST="chromeos-base/chromeos-wm-0.0.1-r230"
inherit cros-workon toolchain-funcs conflict
DESCRIPTION="Chrome OS command-line shell"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
RDEPEND="chromeos-base/vboot_reference
net-misc/iputils
net-wireless/iw
sys-apps/net-tools
x11-terms/rxvt-unicode"
DEPEND=""
src_install() {
dobin cros-term
dobin crosh
dobin crosh-dev
dobin crosh-usb
dobin inputrc.crosh
dobin network_diagnostics
}