summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
diff options
context:
space:
mode:
authorMartchus2021-01-05 01:29:37 +0100
committerMartchus2021-01-05 01:29:37 +0100
commite0efa818195fe97f963606447c0c1611141a3172 (patch)
treebec6f02ea8b66da2e044e1b0e84da6671193fb9b /PKGBUILD.sh.ep
downloadaur-e0efa818195fe97f963606447c0c1611141a3172.tar.gz
Initial import; Qt 6.0.0
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..b690391bc3a0
--- /dev/null
+++ b/PKGBUILD.sh.ep
@@ -0,0 +1,11 @@
+% layout 'android-qt6-module';
+\
+_qtver=6.0.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(any)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Qt module for keyframe-based timeline construction (android)'
+depends=(<%== qt6deps qw(declarative) %>)
+makedepends=('android-cmake<%== $static_suffix %>' 'qt6-declarative' 'ninja' 'java-environment-openjdk=8')