forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
- Loading branch information
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
23
dev-go/coveraggregator/coveraggregator-0_pre20170216.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |