# Watch: https://github.com/icecc/icecream/tags /tags/([0-9.]+)[.]tar
           SPELL=icecream
         VERSION=1.4
case "$VERSION" in (*.*.*) ;; (*) VERSION+=.0 ;; esac
          SOURCE="icecc-$VERSION.tar.xz"
   SOURCE_URL[0]="https://github.com/icecc/icecream/releases/download/${VERSION%.0}/$SOURCE"
     SOURCE_HASH=sha512:cd0f604a101d6675d618f9a2cc4c98e5e61fddce0e11ee8e89629dc6c4290b485f8b7e4970a0993f97422d0014db9f60c0af667ab418fe65cfce32045991ea07
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/icecc-${VERSION}"
        WEB_SITE="http://en.opensuse.org/Icecream"
      LICENSE[0]=GPL
         ENTERED=20110407
        DOC_DIRS=
           SHORT="Distributed compiler"
cat << EOF
icecream was created by SUSE based on distcc.  Like distcc, Icecream takes
compile jobs from a build and distributes it among remote machines allowing
a parallel build.  But unlike distcc, Icecream uses a central server that
dynamically schedules the compile jobs to the fastest free server.
EOF
