summaryrefslogtreecommitdiffstats
path: root/chat-im/profanity/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-im/profanity/DETAILS')
-rwxr-xr-xchat-im/profanity/DETAILS23
1 files changed, 23 insertions, 0 deletions
diff --git a/chat-im/profanity/DETAILS b/chat-im/profanity/DETAILS
new file mode 100755
index 0000000000..1e49f9b907
--- /dev/null
+++ b/chat-im/profanity/DETAILS
@@ -0,0 +1,23 @@
+. "$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