           SPELL=ghasher
if [ "$DEVEL" == "y" ] ;then
         VERSION=1.2.1
     SOURCE_HASH=sha512:8cb3899786fab309f1c2360d62d6adf715634066272fa8f82e8cb8c9d4b59687a891d34bae43c6e66ed76e1a9e2b2fb172bb844e634a345a11d5aafbd92ac425
else
         VERSION=1.2.1
     SOURCE_HASH=sha512:8cb3899786fab309f1c2360d62d6adf715634066272fa8f82e8cb8c9d4b59687a891d34bae43c6e66ed76e1a9e2b2fb172bb844e634a345a11d5aafbd92ac425
fi
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://asgaard.homelinux.org/code/ghasher/$SOURCE
        WEB_SITE=http://asgaard.homelinux.org/code/ghasher/
         ENTERED=20041101
      LICENSE[0]=GPL
        KEYWORDS="utils"
           SHORT="ghasher can easily show the sum (MD5 etc.) of a file"
cat << EOF
ghasher can easily show the MD5 sum(or md2,md4,sha1,sha,ripemd160,dss1)
of a file. Motivation for this utility was that users shouldn't need
to open a command line for checking the MD5 sum of files they download.
EOF
