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