summaryrefslogtreecommitdiffstats
path: root/qt5-qmake/kqoauth
diff options
context:
space:
mode:
authorTreeve Jelbert2015-10-19 12:38:33 +0200
committerTreeve Jelbert2015-10-19 12:38:33 +0200
commit4c192588dc1d075a2d829a00cc11107ee82f2f64 (patch)
tree2f8a1bff4db110bdd6d9772ec9331b8727ffb5a8 /qt5-qmake/kqoauth
parent36c324f15a16fdbf68b17686fbd980927a0c04a5 (diff)
kqoauth-0.98
Diffstat (limited to 'qt5-qmake/kqoauth')
-rwxr-xr-xqt5-qmake/kqoauth/DEPENDS2
-rwxr-xr-xqt5-qmake/kqoauth/DETAILS15
-rw-r--r--qt5-qmake/kqoauth/HISTORY3
3 files changed, 20 insertions, 0 deletions
diff --git a/qt5-qmake/kqoauth/DEPENDS b/qt5-qmake/kqoauth/DEPENDS
new file mode 100755
index 0000000000..b494af266d
--- /dev/null
+++ b/qt5-qmake/kqoauth/DEPENDS
@@ -0,0 +1,2 @@
+depends -sub CXX gcc &&
+depends qtbase
diff --git a/qt5-qmake/kqoauth/DETAILS b/qt5-qmake/kqoauth/DETAILS
new file mode 100755
index 0000000000..1327d2e444
--- /dev/null
+++ b/qt5-qmake/kqoauth/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=kqoauth
+ SPELLX=kQOAuth
+ VERSION=0.98
+ SOURCE_HASH=sha512:f89e0f046fb7fd7812548f94c460d7c18d4881972e155a99e07503e97fd46b6eada0de9f2c3a94af33ef5b1b3b489bbd5dc6738cee104fe2d11ed62e681c7979
+ SOURCE=$VERSION.tar.gz
+ SOURCE_URL[0]=https://github.com/kypeli/kQOAuth/archive/$SOURCE
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-$VERSION"
+ WEB_SITE="https://github.com/kypeli/kQOAuth"
+ LICENSE[0]=LGPL
+ ENTERED=20151019
+ SHORT="A Qt-based library for OAuth authorization scheme"
+cat << EOF
+kQOAuth is a library written in C++ for Qt that implements the OAuth 1.0 authentication
+specification RFC 5849.
+EOF
diff --git a/qt5-qmake/kqoauth/HISTORY b/qt5-qmake/kqoauth/HISTORY
new file mode 100644
index 0000000000..9797530078
--- /dev/null
+++ b/qt5-qmake/kqoauth/HISTORY
@@ -0,0 +1,3 @@
+2015-10-19 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+ version 0.98