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