This commit is contained in:
2024-11-04 22:14:05 +03:00
parent b32d5b4496
commit ab514165bf
7 changed files with 392 additions and 0 deletions

13
qt6-base/alr.sh Normal file
View File

@ -0,0 +1,13 @@
name='qt6-base'
version='6.8.0'
release='1'
desc='A cross-platform application and UI framework.'
homepage='https://www.qt.io'
maintainer="Евгений Храмов <xpamych@yandex.ru>"
architectures=('amd64')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
build_deps=(
'qt6-qtbase'
'qt6-xcb-private-headers'
)