summaryrefslogblamecommitdiff
path: root/user/qt5-qtwebsockets/APKBUILD
blob: 70f2ce8f00f7294ce585f1f0ea09435d319b8915 (plain) (tree)
1
2
3
4
5
6
7
8



                                                  
            

                                                     
                        



















                                                                                                             
                                                                                                                                                                                       
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=qt5-qtwebsockets
_pkgname=qtwebsockets-opensource-src
pkgver=5.9.7
pkgrel=0
pkgdesc="Qt 5 - Pure Qt implementation of WebSockets"
url="https://www.qt.io/"
arch="all"
options="!check"
license="LGPLv2 with exceptions OR GPLv3 with exceptions"
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() {
	cd "$builddir"
	qmake
	make
}

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

sha512sums="ee5d1eab254a55791ca7414066c1661614605d6a193305d687aa3321bb69fb59fe6c877153cee1ea4321a91721e42b8fafcaa4cda418c6edc057dc3683c73756  qtwebsockets-opensource-src-5.9.7.tar.xz"