diff options
Diffstat (limited to 'user/qt5-qtnetworkauth')
-rw-r--r-- | user/qt5-qtnetworkauth/APKBUILD | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/user/qt5-qtnetworkauth/APKBUILD b/user/qt5-qtnetworkauth/APKBUILD new file mode 100644 index 000000000..daba50112 --- /dev/null +++ b/user/qt5-qtnetworkauth/APKBUILD @@ -0,0 +1,27 @@ +# 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" |