blob: 9b5a60099c0cb0e81715df1deb59d0e81686393a [file] [log] [blame]
#
# Copyright 2021 Google LLC
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# version 2 as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
EAPI=7
DESCRIPTION="Various COS development tools"
HOMEPAGE=""
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
IUSE=""
S=${WORKDIR}
RDEPEND="
chromeos-base/chromeos-init-systemd
chromeos-base/vboot_reference
"
DEST_DIRECTORY="/usr/bin"
src_install() {
exeinto ${DEST_DIRECTORY}
doexe "${FILESDIR}"/cos-set-dev-mode
}