blob: 7d7d98d2acf1f8a29171bf0224f73da0513fe38e [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=5
# Disable cros-workon auto-uprev since this is an external package.
# Must manage commit hash manually.
CROS_WORKON_BLACKLIST="1"
CROS_WORKON_COMMIT="3390df4df2787994aea98de825b964ac7944b817"
CROS_WORKON_PROJECT="external/github.com/golang/lint"
CROS_WORKON_DESTDIR="${S}/src/github.com/golang/lint"
CROS_GO_BINARIES=(
"github.com/golang/lint/golint"
)
inherit cros-workon cros-go
DESCRIPTION="A linter for Go source code"
HOMEPAGE="https://github.com/golang/lint"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND="dev-go/go-tools"
RDEPEND=""