           SPELL=xxhash
         VERSION=0.8.0
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/Cyan4973/xxHash/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:c3973b3c98bad44e1d8687ab4f9461aecd1c071bb3d320537a4c50fb7301edd13e990bab48cc6e5ca30536a814c8fa8cac24ceb1803a7e8eca30ef73d449373e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/xxHash-$VERSION"
        WEB_SITE="https://www.xxhash.com/"
      LICENSE[0]=BSD
         ENTERED=20200621
           SHORT="extremely fast non-cryptographic hash algorithm"
cat << EOF
xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It
successfully completes the SMHasher test suite which evaluates collision,
dispersion and randomness qualities of hash functions. Code is highly portable,
and hashes are identical on all platforms (little / big endian).
EOF
