# Copyright 1999-2020 Go Overlay Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

GOLANG_PKG_IMPORTPATH="github.com/digitalocean"
GOLANG_PKG_ARCHIVEPREFIX="v"
GOLANG_PKG_BUILDPATH="/cmd/${PN}"
GOLANG_PKG_USE_CGO=1
GOLANG_PKG_LDFLAGS="-X github.com/digitalocean/doctl.Major=1 -X github.com/digitalocean/doctl.Minor=45 -X github.com/digitalocean/doctl.Patch=1 -X github.com/digitalocean/doctl.Build=1041a0e -X github.com/digitalocean/doctl.Label=release"
GOLANG_PKG_HAVE_TEST=1

inherit golang-single

DESCRIPTION="The official command line interface for the DigitalOcean API"

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

src_test() {
	if has sandbox $FEATURES && has network-sandbox $FEATURES; then
		eerror "Some tests require 'sandbox', and 'network-sandbox' to be disabled in FEATURES."
	fi

	golang-single_src_test
}