diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-18 21:46:02 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-18 21:46:02 +0000 |
commit | 45a77521d3fd685bb4552e56f38defa4534f235a (patch) | |
tree | e484758b7874d4726487ed2624a9a1d4484b9aed /user/qt5-qtnetworkauth/APKBUILD | |
parent | ab2911fca39797743308100834b7d452964d62bf (diff) | |
download | packages-45a77521d3fd685bb4552e56f38defa4534f235a.tar.gz packages-45a77521d3fd685bb4552e56f38defa4534f235a.tar.bz2 packages-45a77521d3fd685bb4552e56f38defa4534f235a.tar.xz packages-45a77521d3fd685bb4552e56f38defa4534f235a.zip |
user/qt5-qtnetworkauth: New package
Diffstat (limited to 'user/qt5-qtnetworkauth/APKBUILD')
-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..59ace6b90 --- /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-src +pkgver=5.12.6 +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-$pkgver.tar.xz" +builddir="$srcdir"/$_pkgname-$pkgver + +build() { + qmake + make +} + +package() { + make install INSTALL_ROOT="$pkgdir" +} + +sha512sums="d66aac84310e8afa734613f8baf3bba830ed3562336f00f143cbb13dc831f58108da95a1a5c09ec5d26efb653c98ffedc83b62a2f0ec01ff14f6fc51b7c8f6ed qtnetworkauth-everywhere-src-5.12.6.tar.xz" |