summaryrefslogblamecommitdiff
path: root/user/qt5-qtnetworkauth/APKBUILD
blob: daba50112bbc9918cfe796f73a729f064b612467 (plain) (tree)
1
2
3
4
5


                                                  

                                 








                                                                                            

                                                                                                                            









                                           
                                                                                                                                                                                                    
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=qt5-qtnetworkauth
_pkgname=qtnetworkauth-everywhere
pkgver=5.15.4
pkgrel=0
pkgdesc="Network authentication module for Qt"
url="https://www.qt.io/"
arch="all"
options="!check"
license="LGPL-3.0-only WITH Qt-LGPL-exception-1.1 OR GPL-3.0-only WITH Qt-GPL-exception-1.0"
depends=""
makedepends="qt5-qtbase-dev"
subpackages="$pkgname-dev"
source="https://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/$_pkgname-opensource-src-$pkgver.tar.xz"
builddir="$srcdir"/$_pkgname-src-$pkgver

build() {
	qmake
	make
}

package() {
	make install INSTALL_ROOT="$pkgdir"
}

sha512sums="a36ce21151cb98bcbc99a819e873ef10f68d988aebfbae9aaaa7dc85bd4a693ad7510c47627f0f3841c5ef50173b21cdebe6a602fa429839fd9ad9bcc02d6c3c  qtnetworkauth-everywhere-opensource-src-5.15.4.tar.xz"