. "$GRIMOIRE/FUNCTIONS"
           SPELL=profanity
if [[ ${PROFANITY_BRANCH} == scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=git://github.com/boothj5/${SPELL}.git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=0.3.0
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://www.profanity.im/${SPELL}-${VERSION}.tar.gz
     SOURCE_HASH=sha512:a6957dc20b7888073ee4c66862b3cff6dd8a46d1ee937120089e3064aabf9b2ee022a14e098202e79d66fb5233576b3cf3c78e2949ca154d501a2b0c60d704af
fi
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://www.profanity.im/"
      LICENSE[0]=GPL
         ENTERED=20131013
           SHORT="a console based XMPP client"
cat << EOF
Profanity is a console based XMPP client written in C using ncurses and
libstrophe, inspired by Irssi.
EOF
