          MODULE=pixz
         VERSION=1.0.7
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://github.com/vasi/pixz/releases/download/v$VERSION/
      SOURCE_VFY=sha256:d1b6de1c0399e54cbd18321b8091bbffef6d209ec136d4466f398689f62c3b5f
        WEB_SITE=https://github.com/vasi/pixz/
         ENTERED=20190520
         UPDATED=20220603
           SHORT="Parallel, indexed xz compressor"

cat << EOF
A parallel, indexing version of xz.
Differences to xz:
  pixz automatically indexes tarballs during compression
  pixz supports parallel decompression, which xz does not
  pixz defaults to using all available CPU cores, while xz defaults to using one
  pixz provides -i and -o command line options to specify input and output file
  pixz does not support the command line option -z or --compress
  pixz does not support the command line option -c or --stdout
  -f command line option is incompatible
  -l command line option output differs
  -q command line option is incompatible
  -t command line option is incompatible
EOF
