~alpine/aports

testing/qmlrunner: new aport v1 SUPERSEDED

Bart Ribbers: 1
 testing/qmlrunner: new aport

 1 files changed, 28 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2998/mbox | git am -3
Learn more about email & git

[PATCH] testing/qmlrunner: new aport Export this patch

---
 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