mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 11:32:02 +02:00
Merge pull request #881 from kinvolk/dongsu/toolbox-docker
app-admin/toolbox: update to use docker instead of rkt
This commit is contained in:
commit
2a2c9d7262
@ -2,29 +2,27 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
CROS_WORKON_PROJECT="flatcar-linux/toolbox"
|
||||
CROS_WORKON_PROJECT="kinvolk/toolbox"
|
||||
CROS_WORKON_LOCALNAME="toolbox"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="44993456e236b28c9f8d85776d6c3fe4c430b0ea" # flatcar-master
|
||||
CROS_WORKON_COMMIT="9a2919e95acbf2e8e10634d09f45c774db3c97bf" # flatcar-master
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
inherit cros-workon
|
||||
|
||||
DESCRIPTION="toolbox"
|
||||
HOMEPAGE="https://github.com/coreos/toolbox"
|
||||
HOMEPAGE="https://github.com/kinvolk/toolbox"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="app-emulation/rkt"
|
||||
|
||||
src_install() {
|
||||
dobin ${S}/toolbox
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user