          MODULE=distcc
         VERSION=3.4
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/distcc/distcc/archive/v$VERSION.tar.gz
      SOURCE_VFY=sha256:37a34c9555498a1168fea026b292ab07e7bb394715d87d8403e0c33b16d2d008
        WEB_SITE=http://distcc.org/
         ENTERED=20020701
         UPDATED=20210727
           SHORT="distribute compilation cross several machines"

cat << EOF
distcc is a program to distribute compilation of C or C++ code across
several machines on a network. distcc should always generate the same
results as a local compile, is simple to install and use, and is often
significantly faster than a local compile.
EOF
