summaryrefslogtreecommitdiffstats
path: root/libs/qoauth/DETAILS
blob: 119a98111abeb342098e4790568ea86e39acf658 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
. "$GRIMOIRE/FUNCTIONS"
           SPELL=qoauth
         VERSION=$(get_scm_version)
          SOURCE=${SPELL}-git.tar.bz2
   SOURCE_URL[0]=git://github.com/ayoy/${SPELL}.git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
        WEB_SITE="https://github.com/ayoy/qoauth"
      LICENSE[0]=LGPL
         ENTERED=20110111
           SHORT="A Qt-based library for OAuth authorization scheme"
cat << EOF
QOAuth is an attempt to support interaction with OAuth-powered network
services in a Qt way, i.e. simply, clearly and efficiently.
EOF