PKGBUILDs/qt6-5compat/default/PKGBUILD.sh.ep

12 lines
235 B
Plaintext
Raw Normal View History

2020-10-06 17:49:34 +02:00
% layout 'qt6-module';
\
2020-12-08 13:23:38 +01:00
_qtver=6.0.0
2020-10-06 17:49:34 +02:00
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
2020-10-07 18:29:41 +02:00
pkgdesc='Module that contains unsupported Qt 5 APIs'
2020-10-06 17:49:34 +02:00
depends=(qt6-base)
makedepends=(cmake ninja)