From 8145125d52aad4142ca19d07b6b3e65fbd5d4972 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 9 Jul 2018 20:27:58 -0500 Subject: user/qt5-qtquickcontrols: new package --- user/qt5-qtquickcontrols/APKBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 user/qt5-qtquickcontrols/APKBUILD (limited to 'user/qt5-qtquickcontrols/APKBUILD') diff --git a/user/qt5-qtquickcontrols/APKBUILD b/user/qt5-qtquickcontrols/APKBUILD new file mode 100644 index 000000000..63c9e8690 --- /dev/null +++ b/user/qt5-qtquickcontrols/APKBUILD @@ -0,0 +1,30 @@ +# Maintainer: A. Wilcox +pkgname=qt5-qtquickcontrols +_pkgname=qtquickcontrols-opensource-src +pkgver=5.9.6 +pkgrel=0 +pkgdesc="Qt 5 - controls for use with Qt Quick" +url="https://qt.io" +arch="all" +license="(LGPL-2.0 with exceptions OR GPL-3.0 with exceptions) AND GFDL-1.3" +makedepends="qt5-qtbase-dev qt5-qtdeclarative-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 +} + +check() { + cd "$builddir" + make check +} + +package() { + cd "$builddir" + make install INSTALL_ROOT="$pkgdir" +} + +sha512sums="1a48ede02a0a0ddca6475ec952684045638a61a0db9f545b8ad8b2115f93f3a5586655a24138545d168196a3990f2c6dbef18530af546c60026e1eac91ca832e qtquickcontrols-opensource-src-5.9.6.tar.xz" -- cgit v1.2.3-60-g2f50