Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37865110
en ru br
ALT Linux repos
S:5.4-alt1

Group :: Other
RPM: entr

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:    entr
Version: 5.4
Release: alt1

Summary: Event Notify Test Runner
License: ISC
Group:   Other
Url:     https://github.com/eradman/entr.git

Source: %name-%version.tar

#BuildRequires: file pgrep git vim tmux


%description
A utility for running arbitrary commands when files change. Uses kqueue(2) or
inotify(7) to avoid polling.  `entr` was written to facilitate rapid feedback
on the command line.

%prep
%setup

%build
%configure
%make_build

%install
%makeinstall_std PREFIX=/usr

%check
%make_build test

%files
%doc *.md LICENSE
%_bindir/*
%_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin