           SPELL=xxhash
         VERSION=0.8.3
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/Cyan4973/xxHash/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:8b5c8b9aad4e869f28310b12cc314037feda81d92f26c23eaecdb35dc65042ca2e65f2e9606033e62a31bcc737a9a950500ffcbdb8677d6ab20e820ea14f2b79
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
