. "$GRIMOIRE/FUNCTIONS"

           SPELL=wuzz
         VERSION=$(get_scm_version)
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=git://github.com/asciimoo/${SPELL}
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
            DOCS="LICENSE README.md"
        WEB_SITE=https://github.com/asciimoo/wuzz
         ENTERED=20170206
      LICENSE[0]=GPL
        KEYWORDS="http"
           SHORT="interactive cli tool for HTTP inspection"
cat << EOF
wuzz is an interactive cli tool for HTTP inspection.

Wuzz command line arguments are similar to cURL's arguments, so it can be used
to inspect/modify requests copied from the browser's network inspector with the
"copy as cURL" feature.
EOF
