SPELL=qt-creator if [[ "${QTCREATOR_DEVEL}" == "y" ]]; then VERSION=4.1.0-rc1 SOURCE_HASH=sha512:3fd232f56c040e5cf0a5104244692001b742e0589312c09f7d6f55579d9a83761be5c09252f37c01d613d811d71c59fbaa6cb20628f034bd7823e9d266b09a28 SOURCE=$SPELL-opensource-src-$VERSION.tar.gz SOURCE_URL[0]=http://download.qt.io/development_releases/qtcreator/${VERSION%.*}/${VERSION}/${SOURCE} else VERSION=4.2.0 SOURCE_HASH=sha512:1801611d8db10041332d728a2af6b0c57b28b3ab9847a8875edb788d3b0fe6570103a408a7f52c989e40949743263d444e5db49d290860f2e7231f463fa86f7a SOURCE=$SPELL-opensource-src-$VERSION.tar.xz 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