~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] testing/qmlrunner: new aport

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190907192621.14046-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +28 -0
---
 testing/qmlrunner/APKBUILD | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 testing/qmlrunner/APKBUILD

diff --git a/testing/qmlrunner/APKBUILD b/testing/qmlrunner/APKBUILD
new file mode 100644
index 0000000000..4519e12e03
--- /dev/null
+++ b/testing/qmlrunner/APKBUILD
@@ -0,0 +1,28 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=qmlrunner
pkgver=1.0.1
pkgrel=0
pkgdesc="Runner for QML-only apps"
url="https://github.com/rinigus/qmlrunner"
arch="all"
license="GPL-3.0-or-later"
makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/rinigus/qmlrunner/archive/$pkgver.tar.gz"
options="!check"

build() {
	qmake-qt5 \
		PREFIX=/usr
	make
}

check() {
	make test
}

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

sha512sums="1157eee4e26b64fdb968416198de5bd96f57a002d9a07df0c26bf6111ad35244e4c0ab214d739121bfd547fc1ea35cec26986507d4eda51fa6442998e5284ecb  qmlrunner-1.0.1.tar.gz"
-- 
2.23.0
Reply to thread Export thread (mbox)