Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 55DE5781B99 for ; Sat, 7 Sep 2019 19:26:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 09E702658D for ; Sat, 7 Sep 2019 21:26:31 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ib4onewB4GQA; Sat, 7 Sep 2019 21:26:29 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1567884389; bh=/xkCiScV9bjAY5BEz9t9scdB8eYOxswBeZwbulYgYLg=; h=From:To:Cc:Subject:Date; b=KYrKM+dyGf9SVRjRJ3kziHOxDdcFgvdyrSNhqVhEsiQFh4/teueiQEZbT3VBi6gm3 WNbenhp2jhDRm18bTDfPZKvTW/AlZMr7aNnKLUlNbqLvL0qU0Xe8Pjm1lpf/i1bfa4 qaamSUm5DQCF8/YQp4DhjT0cSTaKzuM7VuDi5yCgQ5P2/RVkXDNdV0fOcoSTBefkNz jj9y0RndbKvdJpfFodIvJv0HYhfCP7hSS//rTKD2RfAzyylff6XmyGLKX5ZA7sh7kv ZsjzP5k8R7fjRjnDMXb2x2j0Zen2zj6pzBDlcTrOLUb1oW/Jxie/+XhgqKce2mHHKb 6saTQbfOapZuA== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/qmlrunner: new aport Date: Sat, 7 Sep 2019 21:26:21 +0200 Message-Id: <20190907192621.14046-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- 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 +# Maintainer: Bart Ribbers +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