PKGBUILDs/qt6-3d/default/PKGBUILD.sh.ep

13 lines
332 B
Plaintext
Raw Normal View History

2020-10-06 17:49:34 +02:00
% layout 'qt6-module';
\
_qtver=6.0.0-alpha
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
depends=(qt6-declarative)
2021-06-08 13:12:14 +02:00
makedepends=(cmake vulkan-headers qt6-shadertools ninja)
optdepends=('qt6-shadertools: RHI renderer')