summaryrefslogtreecommitdiff
path: root/gnu/packages/entr.scm
AgeCommit message (Collapse)Author
2020-10-08gnu: entr: Remove erroneous use of DESTDIR.Tobias Geerinckx-Rice
* gnu/packages/entr.scm (entr)[arguments]: Correctly set PREFIXes.
2020-10-07gnu: entr: Cross-compile.Tobias Geerinckx-Rice
* gnu/packages/entr.scm (entr)[arguments]: Use CC-FOR-TARGET. Use INPUTS instead of WHICH. [inputs]: Add non-native bash and coreutils packages.
2020-10-07gnu: entr: Update to 4.6.Tobias Geerinckx-Rice
* gnu/packages/entr.scm (entr): Update to 4.6.
2020-01-12gnu: entr: Fix references to external programs.Jakub Kądziołka
* gnu/packages/entr.scm (entr)[arguments](remove-fhs-file-names): Use 'which' instead of relying on the runtime PATH. Patch /bin/sh too. [inputs]: Add NCURSES. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-04-05gnu: entr: Update to 4.2.Tobias Geerinckx-Rice
* gnu/packages/entr.scm (entr): Update to 4.2.
2019-01-25gnu: entr: Update to 4.1.Ricardo Wurmus
* gnu/packages/entr.scm (entr): Update to 4.1. [arguments]: Use INVOKE.
2018-12-22gnu: entr: Fix typo in description.Oleg Pykhalov
* gnu/packages/entr.scm (entr)[description]: Fix typo.
2016-08-30gnu: entr: Update to 3.6.Leo Famulari
Suggested by Matthew O'N.S Jordan <matthewjordannm@gmail.com>. * gnu/packages/entr.scm (entr): Update to 3.6.
2016-05-11gnu: Add entr.Matthew Jordan
* gnu/packages/entr.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>