summaryrefslogtreecommitdiff
blob: 5f38582a0acf8ad066df21fb5d203718d4fe9bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit golang-build golang-vcs-snapshot

KEYWORDS="~amd64"
EGO_PN=github.com/chouquette/${PN}
HOMEPAGE="https://github.com/chouquette/coveraggregator"
EGIT_COMMIT="af12d4d73479a1b49a16bbed8e5c182999dd62be"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Cover profile aggregator for golang"
LICENSE="WTFPL-2"
SLOT="0"
IUSE=""
DEPEND="dev-go/go-tools:="
RDEPEND=""

src_install() {
	dobin ${PN}
	dodoc src/${EGO_PN}/README.md
}