# Maintainer: Oleg Shparber # Contributor: Giuliano Schneider # Contributor: Alireza Savand # Contributor: K?vin Guilloy # URL: https://github.com/trollixx/aur-packages pkgname=qtcreator-src pkgver=3.4.2 pkgrel=1 pkgdesc="Source code of Qt Creator IDE needed to build plugins" arch=('any') url="http://wiki.qt.io/Category:Tools::QtCreator" license=('LGPL') depends=() options=('!strip') makedepends=() source=("https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.gz") md5sums=('4a72e361a07576c140d1d67a54b16226') PKGEXT='.pkg.tar' package () { cd "${srcdir}" mkdir -p "$pkgdir/usr/src/" cp -r "qt-creator-opensource-src-${pkgver}" "$pkgdir/usr/src/qtcreator" }