mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +02:00
add(dev-db/etcdctl): New ebuilds!
Add live ebuild along with 0.1.0 and 0.1.1 releases.
This commit is contained in:
parent
5c400a9c21
commit
eaf29b98ae
31
sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-0.1.0.ebuild
vendored
Normal file
31
sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-0.1.0.ebuild
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
CROS_WORKON_PROJECT="coreos/etcdctl"
|
||||
CROS_WORKON_LOCALNAME="etcdctl"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_COMMIT="689b26571ddc21bae9d94bec4eea231852362349" # v0.1.0 tag
|
||||
|
||||
inherit cros-workon
|
||||
|
||||
DESCRIPTION="etcd command line client"
|
||||
HOMEPAGE="https://github.com/coreos/etcdctl"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/go-1.1"
|
||||
RDEPEND=""
|
||||
|
||||
src_compile() {
|
||||
./build
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ${S}/${PN}
|
||||
}
|
31
sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-0.1.1.ebuild
vendored
Normal file
31
sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-0.1.1.ebuild
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
CROS_WORKON_PROJECT="coreos/etcdctl"
|
||||
CROS_WORKON_LOCALNAME="etcdctl"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_COMMIT="dac6f5cfa798b3e1da4027c2526a3b317d4e0db4" # v0.1.1 tag
|
||||
|
||||
inherit cros-workon
|
||||
|
||||
DESCRIPTION="etcd command line client"
|
||||
HOMEPAGE="https://github.com/coreos/etcdctl"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/go-1.1"
|
||||
RDEPEND=""
|
||||
|
||||
src_compile() {
|
||||
./build
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ${S}/${PN}
|
||||
}
|
30
sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-9999.ebuild
vendored
Normal file
30
sdk_container/src/third_party/coreos-overlay/dev-db/etcdctl/etcdctl-9999.ebuild
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
CROS_WORKON_PROJECT="coreos/etcdctl"
|
||||
CROS_WORKON_LOCALNAME="etcdctl"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
|
||||
inherit cros-workon
|
||||
|
||||
DESCRIPTION="etcd command line client"
|
||||
HOMEPAGE="https://github.com/coreos/etcdctl"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/go-1.1"
|
||||
RDEPEND=""
|
||||
|
||||
src_compile() {
|
||||
./build
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ${S}/${PN}
|
||||
}
|
Loading…
Reference in New Issue
Block a user