summaryrefslogtreecommitdiffstats
path: root/qt5-qmake/qt-creator/DETAILS
diff options
context:
space:
mode:
authorTreeve Jelbert2015-04-29 21:37:35 +0200
committerTreeve Jelbert2015-04-29 21:37:35 +0200
commitd2ad3cf4341ff860719ed942c375a0d31de73430 (patch)
treed7dc35302bdc95102c4238f9aa82ec13856f5486 /qt5-qmake/qt-creator/DETAILS
parente6a41b029f5125268d71dc94efc0b8f022a450ac (diff)
qt-creator: => 3.4.0
Diffstat (limited to 'qt5-qmake/qt-creator/DETAILS')
-rwxr-xr-xqt5-qmake/qt-creator/DETAILS22
1 files changed, 22 insertions, 0 deletions
diff --git a/qt5-qmake/qt-creator/DETAILS b/qt5-qmake/qt-creator/DETAILS
new file mode 100755
index 0000000000..78f91738b3
--- /dev/null
+++ b/qt5-qmake/qt-creator/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=qt-creator
+if [[ "${QTCREATOR_DEVEL}" == "y" ]]; then
+ VERSION=3.4.0-rc1
+ SOURCE_HASH=sha512:
+ SOURCE=$SPELL-opensource-src-$VERSION.tar.gz
+ SOURCE_URL[0]=http://download.qt.io/development_releases/qtcreator/${VERSION%.*}/${VERSION}/${SOURCE}
+else
+ VERSION=3.4.0
+ SOURCE_HASH=sha512:26d527a914b073f16dffe92314635af975c5878221dfbb8b7d0d0279d38e7934b062a4087f352fe619da2db1f66a090dc3f93ac2c1596438bd3d3f08d67e3d82
+ SOURCE=$SPELL-opensource-src-$VERSION.tar.gz
+ SOURCE_URL[0]=http://download.qt.io/official_releases/qtcreator/${VERSION%.*}/${VERSION}/${SOURCE}
+fi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-opensource-src-$VERSION
+ WEB_SITE=http://www.qt.io/developers
+ LICENSE[0]=LGPL
+ ENTERED=20090304
+ KEYWORDS="qt5 ide"
+ SHORT="cross-platform integrated development environment for use with Qt"
+cat << EOF
+Qt® Creator is a new cross-platform integrated development environment for
+use with Qt.
+EOF