. "$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.8.1 SOURCE=${SPELL}-${VERSION}.tar.gz SOURCE_URL[0]=https://profanity-im.github.io/${SPELL}-${VERSION}.tar.gz SOURCE_HASH=sha512:e8ddfd13c4f2cd712c0cafe44f243c1dc81bdd39ae152609c4528364a81d70315e6a260725de288acbe8c1729d37397e25d1863d50e43163bac00ad34702fe40 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