           SPELL=ccl
         VERSION=1.12
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SPELL-$VERSION-linuxx86.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE_URL=("https://github.com/Clozure/ccl/archive/v$VERSION.tar.gz")
     SOURCE2_URL=("https://github.com/Clozure/ccl/releases/download/v$VERSION/linuxx86.tar.gz")
        WEB_SITE=https://ccl.clozure.com/
     SOURCE_HASH=sha512:d01071b54ea8acf0fec1344efdb79f747f34f1104f884f5745888a7aaced879dc3381dddae065eb59d6898f707d7d83b97f607b497fb73a537839a01fec06045
    SOURCE2_HASH=sha512:44c8e13081992467d533841f6dfa1bf61def804d12d0db38fe3631bdde33a1ac846b8680084bc224e9b24dbe9b2e533d26c2d9635062214abd7145666e235e65
            DOCS="examples/*"
      LICENSE[0]=Apache-2.0
         ENTERED=20060122
        KEYWORDS="lisp compiler devel"
           SHORT="Clozure Common Lisp interpreter and compiler"
cat << EOF
Clozure CL is a fast, mature, open source Common Lisp implementation that runs
on Linux, Mac OS X, FreeBSD, and Windows.

Clozure CL compiles to native code and supports native OS multithreading,
includes a two-way foreign-function interface, and can create standalone
executables on all supported platforms.
EOF
