New package: qt6-networkauth-6.1.0

This commit is contained in:
John 2021-05-01 11:00:25 +02:00 committed by John Zimmermann
parent 1b2821e5b6
commit e3fae42ed6
3 changed files with 29 additions and 0 deletions

View file

@ -2020,6 +2020,7 @@ libQt6Quick3DIblBaker.so.6 qt6-quick3d-6.0.3_1
libQt6QuickControls2Impl.so.6 qt6-quickcontrols2-6.0.0_1
libQt6QuickControls2.so.6 qt6-quickcontrols2-6.0.0_1
libQt6QuickTemplates2.so.6 qt6-quickcontrols2-6.0.0_1
libQt6NetworkAuth.so.6 qt6-networkauth-6.1.0rc2_1
libnpth.so.0 npth-1.1_1
libnpupnp.so.4 libnpupnp-4.0.2_1
libglfw.so.3 glfw-3.0.4_1

View file

@ -0,0 +1 @@
qt6-networkauth

View file

@ -0,0 +1,27 @@
# Template file for 'qt6-networkauth'
pkgname=qt6-networkauth
version=6.1.0
revision=1
wrksrc="qtnetworkauth-everywhere-src-${version}"
build_style=cmake
configure_args="-DQT_HOST_PATH=/usr"
hostmakedepends="perl qt6-base-devel"
makedepends="qt6-base-devel"
short_desc="Cross-platform application and UI framework - networkauth"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only"
homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtnetworkauth-everywhere-src-${version}.tar.xz"
checksum=bae8a941e4b635a364bdc65ea814adfe75b20b06fce0888612f72fc1e81ebdd3
qt6-networkauth-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/qt6/mkspecs
vmove "usr/lib/*.so"
vmove "usr/lib/*.prl"
}
}