           SPELL=scrypt
         VERSION=1.3.0
          SOURCE=${SPELL}-${VERSION}.tgz
   SOURCE_URL[0]=https://www.tarsnap.com/scrypt/${SOURCE}
     SOURCE_HASH=sha256:263034edd4d1e117d4051d9a9260c74dedb0efaf4491c5152b738978b3f32748:UPSTREAM_HASH
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://www.tarsnap.com/scrypt.html
         ENTERED=20100528
      LICENSE[0]=BSD
           SHORT="encrypt and decrypt files"
cat << EOF
scrypt enc encrypts infile and writes the result to outfile if specified,
or the standard output otherwise.  The user will be prompted to enter a
passphrase (twice) to be used to generate a derived encryption key.

scrypt dec decrypts infile and writes the result to outfile if specified,
or the standard output otherwise.  The user will be prompted to enter the
passphrase used at encryption time to generate the derived encryption
key.
EOF
