blob: 11f4c1bf0468f1a909b810cfc6d846b86c3e440c [file] [log] [blame]
# Copyright 2019 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/netlink e069752bc835f0c6e244c37cf35075792fbbefc4"
CROS_GO_PACKAGES=(
"github.com/mdlayher/netlink"
"github.com/mdlayher/netlink/nlenc"
)
inherit cros-go
DESCRIPTION="Package netlink provides low-level access to Linux netlink sockets"
HOMEPAGE="https://github.com/mdlayher/netlink"
SRC_URI="$(cros-go_src_uri)"
LICENSE="MIT"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND="
dev-go/go-sys
dev-go/net
"
RDEPEND=""