mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
Merge pull request #649 from bcwaldon/fleet-v0.3.3
bump(fleet): Add fleet v0.3.3 ebuild
This commit is contained in:
commit
31c7a6f9b6
32
sdk_container/src/third_party/coreos-overlay/app-admin/fleet/fleet-0.3.3.ebuild
vendored
Normal file
32
sdk_container/src/third_party/coreos-overlay/app-admin/fleet/fleet-0.3.3.ebuild
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# 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/fleet"
|
||||||
|
CROS_WORKON_LOCALNAME="fleet"
|
||||||
|
CROS_WORKON_REPO="git://github.com"
|
||||||
|
CROS_WORKON_COMMIT="24d2c051b7cb46ae892058d3a45a677982d9b22b" # tag v0.3.3
|
||||||
|
KEYWORDS="amd64"
|
||||||
|
|
||||||
|
inherit cros-workon systemd
|
||||||
|
|
||||||
|
DESCRIPTION="fleet"
|
||||||
|
HOMEPAGE="https://github.com/coreos/fleet"
|
||||||
|
SRC_URI=""
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND=">=dev-lang/go-1.2"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
./build || die
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin ${S}/bin/fleet
|
||||||
|
dobin ${S}/bin/fleetctl
|
||||||
|
|
||||||
|
systemd_dounit "${FILESDIR}"/${PN}.service
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user