blob: d98d9a15a2fb36cf2efb0b13154a5d9b3a057514 [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/mdlayher/vsock 9de589a8c10bfadb0e94fe67caa79a05a1a45a52"
CROS_GO_PACKAGES=(
"github.com/mdlayher/vsock"
)
inherit cros-go
DESCRIPTION="Package for using AF_VSOCK in Go"
HOMEPAGE="https://github.com/mdlayher/vsock"
SRC_URI="$(cros-go_src_uri)"
LICENSE="MIT"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND="dev-go/go-sys"
RDEPEND=""