summaryrefslogtreecommitdiffstats
path: root/qt6/qt6base/DETAILS
diff options
context:
space:
mode:
authorTreeve Jelbert2021-05-06 14:15:15 +0200
committerTreeve Jelbert2021-05-06 14:15:15 +0200
commitdf9c920484d82d4bf47fc135cada7133136a9c30 (patch)
tree9920feac97113faad43d90c2fce24c326024646b /qt6/qt6base/DETAILS
parent394aeb2cb935807c25907fcacf6f8fe106ce9f69 (diff)
qt6/* - version 6.1.0
Diffstat (limited to 'qt6/qt6base/DETAILS')
-rwxr-xr-xqt6/qt6base/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/qt6/qt6base/DETAILS b/qt6/qt6base/DETAILS
new file mode 100755
index 0000000000..c7845c0d14
--- /dev/null
+++ b/qt6/qt6base/DETAILS
@@ -0,0 +1,21 @@
+QT_URL=https://download.qt.io/official_releases
+ SPELL=qt6base
+ SPELLX=${SPELL//6}-everywhere-src
+ VERSION=6.1.0
+ SOURCE_HASH=sha512:2926e66fd1de9c7e541671fbccb2127a2abd490562180a640fdda95ba15b2c8b1828c747ebfcb49190c5d01092c8194ad4d0f1fe6bbe350b62c438322a8eb7b8
+ SOURCE=$SPELLX-$VERSION.tar.xz
+ SOURCE_URL=$QT_URL/qt/${VERSION%.?}/$VERSION/submodules/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+# SECURITY_PATCH=2
+ ENTERED=20210115
+ LICENSE[0]=LGPL
+ KEYWORDS="qt6 x11 libs"
+ SHORT="Qt6 simplifies writing and maintaining GUI applications"
+cat << EOF
+Qt is a toolkit for software developers. Qt simplifies the task of
+writing and maintaining GUI (graphical user interface) applications. Qt
+is written in C++ and is fully object-oriented. Qt is a multi-platform
+toolkit. When you implement a program with Qt, you can run it on the X
+Window System (Unix/X11) or Microsoft Windows NT/95/98/2000. Simply
+compile the source code for the platform you want.
+EOF