This is a tap that provides a moreutils
Formula for Homebrew with additional options.
The formula supports the following options:
--without-parallel
: Build without the 'parallel' tool--without-errno
: Build without the 'errno' tool, for compatibility with 'pwntools'--without-sponge
: Build without the 'sponge' tool, for compatibility with 'sponge'--without-ts
: Build without the 'ts' tool, for compatibility with 'task-spooler'
Simply run:
brew install slhck/moreutils/moreutils
If your Homebrew installation complains about not upgrading parallel
, run:
brew unlink moreutils && brew install parallel && brew link moreutils