summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
diff options
context:
space:
mode:
authorMartchus2020-10-09 23:08:33 +0200
committerMartchus2020-10-09 23:08:33 +0200
commitbd85d8d76c6627a0c8757f09f03f023c106389f5 (patch)
tree556543726f9a13e314fe86ceea4024ac67ea0703 /PKGBUILD.sh.ep
downloadaur-bd85d8d76c6627a0c8757f09f03f023c106389f5.tar.gz
Initial import (alpha)
Diffstat (limited to 'PKGBUILD.sh.ep')
-rw-r--r--PKGBUILD.sh.ep12
1 files changed, 12 insertions, 0 deletions
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
new file mode 100644
index 000000000000..82db2c959792
--- /dev/null
+++ b/PKGBUILD.sh.ep
@@ -0,0 +1,12 @@
+% layout 'mingw-w64-qt6-module', has_binaries => 1;
+\
+_qtver=6.0.0-alpha
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(any)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for QML and JavaScript languages (mingw-w64)'
+depends=(<%== qt6deps qw(base) %>)
+makedepends=('mingw-w64-cmake' 'mingw-w64-vulkan-headers' 'mingw-w64-vulkan-icd-loader' 'qt6-declarative' 'ninja' 'python')
+optdepends=('qt6-declarative: development tools')