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

12 lines
280 B
Plaintext
Raw Normal View History

2020-10-06 17:49:34 +02:00
% layout 'qt6-module', no_libs => 1;
\
2020-10-20 10:57:38 +02:00
_qtver=6.0.0-beta1
2020-10-06 17:49:34 +02:00
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='A cross-platform application and UI framework (Translations)'
depends=(qt6-base)
makedepends=(cmake qt6-tools ninja)