pkgname: 'qt-creator' pkgver: '10.0.1' pkgrel: '1' pkgdesc: 'A cross-platform IDE for software development' url: 'https://www.qt.io/product/development-tools' arch: x86_64 depends: - 'hicolor-icon-theme' - 'gtk-update-icon-cache' - 'desktop-file-utils' - 'shared-mime-info' makedepends: - 'qt6-base' - 'qt6-svg' - 'qt6-shadertools' - 'qt6-5compat' - elfutils - 'qt6-tools' - 'qt6-quick3d' - 'qt6-serialport' - cmake source: - 'https://download.qt.io/official_releases/qtcreator/10.0/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.gz' sha256sums: - SKIP build: | mv ${pkgname}-opensource-src-${pkgver} ${pkgname}-${pkgver} cmake -B build -S qt-creator-10.0.1 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev cmake --build build package: | DESTDIR="${PKGDIR}" cmake --install build