summaryrefslogtreecommitdiffstats
path: root/chat-im/utox/DETAILS
blob: 7675751444d1377127183d2379556b0588d068b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
. "$GRIMOIRE"/FUNCTIONS
           SPELL=utox
if [[ "$UTOX_BRANCH" = scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE="uTox-scm.tar.bz2"
   SOURCE_URL[0]=git://github.com/uTox/uTox.git::develop
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=0.15.0
          SOURCE="uTox-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/uTox/uTox/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:af813f67b1b813c23f6be0cbd9f986d3553122eb1322511735f2931e2e1a65d8125c36f5839d7109c378c58aaec2830ea51c71db57cd952290338bfd72670bf0
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/uTox-$VERSION"
        WEB_SITE="http://utox.org/"
      LICENSE[0]="GPLv2"
         ENTERED=20161123
        KEYWORDS=""
           SHORT="Lightweight Tox client"
cat << EOF
EOF