sys-fs/fswatch - 1.18.0 (gentoo)

Search

Package Information

Description:
cross-platform file change monitor with multiple backends
Homepage:
https://github.com/emcrisostomo/fswatch
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.18.0 8 ~amd64 ~arm64 ~x86 0/13
View Raw Ebuild
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="cross-platform file change monitor with multiple backends"
HOMEPAGE="https://github.com/emcrisostomo/fswatch"
SRC_URI="https://github.com/emcrisostomo/${PN}/releases/download/${PV}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0/13"
KEYWORDS="~amd64 ~arm64 ~x86"

IUSE="nls static-libs"

src_configure() {
	econf \
		$(use_enable nls) \
		$(use_enable static-libs static) \
		CXX="$(tc-getCXX)"
}

src_install() {
	default
	find "${ED}" -type f -name "*.la" -delete || die
}

USE Flags

nls

Manifest for 1.18.0

Type File Size Source URLs
DIST fswatch-1.18.0.tar.gz 813482 bytes https://github.com/emcrisostomo/fswatch/releases/download/1.18.0/fswatch-1.18.0.tar.gz