summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
diff options
context:
space:
mode:
authorMartchus2020-10-13 11:10:07 +0200
committerMartchus2020-10-13 11:10:07 +0200
commit262b03a4baa3ff48edaef2a38948e944df343b5b (patch)
tree96ed0b9b290d9a3148600f3ead1752fe328efe7e /PKGBUILD.sh.ep
downloadaur-262b03a4baa3ff48edaef2a38948e944df343b5b.tar.gz
Initial import (alpha)
Diffstat (limited to 'PKGBUILD.sh.ep')
-rw-r--r--PKGBUILD.sh.ep11
1 files changed, 11 insertions, 0 deletions
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
new file mode 100644
index 000000000000..6c466022c07b
--- /dev/null
+++ b/PKGBUILD.sh.ep
@@ -0,0 +1,11 @@
+% layout 'mingw-w64-qt6-module';
+\
+_qtver=6.0.0-alpha
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(any)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Next generation user interface controls based on Qt Quick (mingw-w64)'
+depends=(<%== qt6deps qw(declarative) %>)
+makedepends=('mingw-w64-cmake' 'mingw-w64-vulkan-headers' 'mingw-w64-vulkan-icd-loader' 'qt6-declarative' 'ninja')