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