blob: 17e4b9e1495446caff62500e0f98d441c933a9ff [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=5
CROS_GO_SOURCE="github.com/fsnotify/fsnotify v${PV}"
CROS_GO_PACKAGES=(
"github.com/fsnotify/fsnotify"
)
inherit cros-go
DESCRIPTION="File system notifications for Go"
HOMEPAGE="https://github.com/fsnotify/fsnotify"
SRC_URI="$(cros-go_src_uri)"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND=""
RDEPEND="dev-go/go-sys"