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