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