19 lines
515 B
Bash
19 lines
515 B
Bash
|
# Copyright 1999-2016 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Id$
|
||
|
|
||
|
EAPI=5
|
||
|
inherit golang-build golang-vcs-snapshot
|
||
|
|
||
|
EGO_PN="github.com/jstemmer/go-junit-report/..."
|
||
|
EGIT_COMMIT="833f8ea2b99d36d5f018698333834f3df200a0c2"
|
||
|
ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||
|
KEYWORDS="~amd64 ~x86"
|
||
|
|
||
|
DESCRIPTION="Converts go test output to an xml report"
|
||
|
HOMEPAGE="https://${EGO_PN%/*}"
|
||
|
SRC_URI="${ARCHIVE_URI}"
|
||
|
LICENSE="MIT"
|
||
|
SLOT="0"
|
||
|
IUSE=""
|