           SPELL=dash
         VERSION=0.5.3
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://gondor.apana.org.au/~herbert/dash/files/$SOURCE
     SOURCE_HASH=sha512:e13eb744cbbb0f0f53a5e7480a181f4d092508ef2d3a06a5085c8c002e9ee6d283bce4d94837b634ceb344185b7c6d16fb3c5f2a1d44f743a0217f786bc5a6c6
         WEBSITE=http://gondor.apana.org.au/~herbert/dash/
      LICENSE[0]=BSD
         ENTERED=20060706
           SHORT="Minimal POSIX compliant shell"
cat << EOF
DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as
possible. It does this without sacrificing speed where possible. In fact, it is
significantly faster than bash (the GNU Bourne-Again SHell) for most tasks.
EOF
