blob: b3fa4b7b3e7d64ca829233afc32fc71d6e10d4a1 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=6
CROS_GO_SOURCE="github.com/go-check/check:gopkg.in/check.v1 20d25e2804050c1cd24a7eea1e7a6447dd0e74ec"
CROS_GO_PACKAGES=(
"gopkg.in/check.v1"
)
inherit cros-go
DESCRIPTION="Rich testing for the Go language"
HOMEPAGE="https://gopkg.in/check.v1"
SRC_URI="$(cros-go_src_uri)"
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND=""
RDEPEND=""