           SPELL=rawk
         VERSION=1.3.3
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/kisom/$SPELL/archive/$VERSION.tar.gz
     SOURCE_HASH=sha512:4f0b482fcca2e33f2a0f1c97414601389d363fc86c086e93245085fec7256a0e4dcc6df77081542fb0f7e041c4a7ae086507779137e033ef38a0ffeb2cf1d073
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://rawk.brokenlcd.net/"
      LICENSE[0]="public-domain"
         ENTERED=20150408
        KEYWORDS=""
           SHORT="rage against web frameworks - posix shell static site generator"
cat << EOF
rawk is a markdown-based web framework using only unix commandline tools.

design goals:
    1. simplicity: very customisable but works nearly straight out of the
       box
    2. posix-compliant tools: uses only strict posix compliant syntax
       for the unix command line tools it uses (i.e. sh and sed)
    3. no gui required
    4. lynx-friendly
EOF
