Add coretest-0.0.1 ebuild.

This commit is contained in:
Jeremiah Orem 2013-12-17 17:33:14 -08:00
parent a25afa52b3
commit c96c4fde29

View 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"
}