mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
Merge pull request #282 from oremj/add_coretest
Add coretest-0.0.1 ebuild.
This commit is contained in:
commit
1c239f2258
31
sdk_container/src/third_party/coreos-overlay/coreos-base/coretest/coretest-0.0.1.ebuild
vendored
Normal file
31
sdk_container/src/third_party/coreos-overlay/coreos-base/coretest/coretest-0.0.1.ebuild
vendored
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
#
|
||||||
|
# $Header:$
|
||||||
|
#
|
||||||
|
|
||||||
|
EAPI=4
|
||||||
|
CROS_WORKON_COMMIT="v0.0.1"
|
||||||
|
CROS_WORKON_PROJECT="coreos/coretest"
|
||||||
|
CROS_WORKON_LOCALNAME="coretest"
|
||||||
|
CROS_WORKON_REPO="git://github.com"
|
||||||
|
inherit cros-workon systemd
|
||||||
|
|
||||||
|
DESCRIPTION="Sanity tests for CoreOS"
|
||||||
|
HOMEPAGE="https://github.com/coreos/coretest"
|
||||||
|
SRC_URI=""
|
||||||
|
|
||||||
|
LICENSE="APACHE"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 arm x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND=">=dev-lang/go-1.1"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
./build
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin "${S}/${PN}"
|
||||||
|
|
||||||
|
systemd_dounit "${S}/misc/coretest.service"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user