summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
diff options
context:
space:
mode:
authorMartchus2020-10-06 23:10:58 +0200
committerMartchus2020-10-06 23:10:58 +0200
commit8d35f79575a23d6a5fe998d554aeed0b0f06ca68 (patch)
tree83b9c916ad6d783388ba91a756c6cc41595b4a4d /PKGBUILD.sh.ep
downloadaur-8d35f79575a23d6a5fe998d554aeed0b0f06ca68.tar.gz
Initial commit for 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..81ec6b90dc8f
--- /dev/null
+++ b/PKGBUILD.sh.ep
@@ -0,0 +1,11 @@
+% 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='Provides APIs for Wayland'
+depends=(qt6-declarative libxcomposite)
+makedepends=(cmake vulkan-headers ninja)