blob: 91bddbb177eec23f900b170a85e4cf5bf54c31c0 [file] [log] [blame]
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=7
CROS_GO_SOURCE="github.com/golang/snappy v${PV}"
CROS_GO_PACKAGES=(
"github.com/golang/snappy"
)
CROS_GO_TEST=(
"${CROS_GO_PACKAGES[@]}"
)
inherit cros-go
DESCRIPTION="The Snappy compression format in the Go programming language."
HOMEPAGE="https://github.com/golang/snappy"
SRC_URI="$(cros-go_src_uri)"
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND=""
RDEPEND=""