summaryrefslogtreecommitdiff
path: root/dev-util/panicparse/panicparse-1.0.1.ebuild
blob: 796a8e4b8e70fd8420faf8dd784f68f441b7b54d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2020 Go Overlay Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

GOLANG_PKG_IMPORTPATH="github.com/maruel"
GOLANG_PKG_ARCHIVEPREFIX="v"
GOLANG_PKG_BUILDPATH="/cmd/pp"
GOLANG_PKG_OUTPUT_NAME="${PN}"

inherit golang-single

DESCRIPTION="Parses Go's panic stack traces"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86 arm"