summaryrefslogtreecommitdiffstats
path: root/chat-im/profanity/DETAILS
blob: 79473fed8c38e5115ca19b41d58193df305be5f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
           SPELL=profanity
if [[ ${PROFANITY_BRANCH} == scm ]]; then
  if [[ ${PROFANITY_AUTOUPDATE} == y ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=git
  fi
          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