mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
add(toolbox): Adding toolbox to coreos-base
This commit is contained in:
parent
776e786ed2
commit
1f34807e0e
1
sdk_container/src/third_party/coreos-overlay/app-admin/toolbox/toolbox-0.0.0.ebuild
vendored
Symbolic link
1
sdk_container/src/third_party/coreos-overlay/app-admin/toolbox/toolbox-0.0.0.ebuild
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
toolbox-9999.ebuild
|
28
sdk_container/src/third_party/coreos-overlay/app-admin/toolbox/toolbox-9999.ebuild
vendored
Normal file
28
sdk_container/src/third_party/coreos-overlay/app-admin/toolbox/toolbox-9999.ebuild
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright (c) 2014 CoreOS, Inc.. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
CROS_WORKON_PROJECT="coreos/toolbox"
|
||||
CROS_WORKON_LOCALNAME="toolbox"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="dfadc970444c9f1c0de3062f07f46924ffb12f46"
|
||||
KEYWORDS="amd64"
|
||||
fi
|
||||
|
||||
inherit cros-workon
|
||||
|
||||
DESCRIPTION="toolbox"
|
||||
HOMEPAGE="https://github.com/coreos/toolbox"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
src_install() {
|
||||
dobin ${S}/toolbox
|
||||
}
|
@ -99,6 +99,7 @@ RDEPEND="${RDEPEND}
|
||||
sys-apps/which
|
||||
app-admin/fleet
|
||||
app-admin/sudo
|
||||
app-admin/toolbox
|
||||
app-arch/gzip
|
||||
app-arch/tar
|
||||
app-shells/bash
|
||||
|
Loading…
Reference in New Issue
Block a user