blob: a687a7bf4495d2cf1ea8f0a6994f0a04fae24925 [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/kr/fs v${PV}"
CROS_GO_PACKAGES=(
"github.com/kr/fs"
)
inherit cros-go
DESCRIPTION="Package fs provides filesystem-related functions."
HOMEPAGE="https://github.com/kr/fs"
SRC_URI="$(cros-go_src_uri)"
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND=""
RDEPEND=""