Skip to content

Commit

Permalink
dev-go/coveraggregator: add package
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
zmedico committed Feb 16, 2017
1 parent 69a0de9 commit 0f31d35
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-go/coveraggregator/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST coveraggregator-0_pre20170216.tar.gz 2394 SHA256 3381e0709ae4c4436e8b1edbf134247250b1db265702daf2815ed0ab05d467fa SHA512 07eae44813ebce3d06e103a97ae972823880d58392a9520b1ef6a1dbf44aad4ca5bf572a6eee37a69a2a2c215fbd70587d95f181bba2c0bd7f041385ce169a7a WHIRLPOOL 604fa368914d9bec9ed7d9cf6c4d8471e17a7832b08a8442ae477b901825d8eab824ddaf3bbea7328157bf12d02941667f56b5dd79e72e7653a857829dea5747
23 changes: 23 additions & 0 deletions dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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

KEYWORDS="~amd64"
EGO_PN=github.com/chouquette/${PN}
HOMEPAGE="https://${EGO_PN}"
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
}
10 changes: 10 additions & 0 deletions dev-go/coveraggregator/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
</maintainer>
<upstream>
<remote-id type="github">chouquette/coveraggregator</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 0f31d35

Please sign in to comment.