summaryrefslogtreecommitdiffstats
path: root/chat-im/profanity/DETAILS
blob: 5a8fd877ff100b93d468b2831b915db8bf0cbe28 (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
. "$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.1
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://profanity-im.github.io/${SPELL}-${VERSION}.tar.gz
     SOURCE_HASH=sha512:8ba627c8c5390414d2afdf31f3ff82821db108f952d562529c28b23f2d1904014c683b016ddef5a4d90ae50ac5cff8e46eab31aab517bbe02042d6837af7bb2c
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