32 lines
963 B
Bash
32 lines
963 B
Bash
# Template file for 'qt6-networkauth'
|
|
pkgname=qt6-networkauth
|
|
version=6.3.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=203a98942919028520038f90a20cd7ee32b537233545d11e429c3e2c1ad9069f
|
|
|
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
|
configure_args+=" -DQT_BUILD_TESTS=ON"
|
|
fi
|
|
|
|
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"
|
|
}
|
|
}
|