PKGBUILDs/qt6-declarative/default/PKGBUILD.sh.ep

16 lines
420 B
Plaintext

% layout 'qt6-module', has_binaries => 1;
\
% content_for additional_contributors => begin
# Based on: AUR package qt6-declarative-git, official qt5-declarative package
% end
\
_qtver=6.0.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Classes for QML and JavaScript languages'
depends=(qt6-base)
makedepends=(cmake python vulkan-headers at-spi2-core ninja)