From 5504778e202f1a03e6a0daa09de9020b4b6eacc9 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 25 Mar 2018 15:53:31 -0500 Subject: user/qml-box2d: new package --- user/qml-box2d/APKBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 user/qml-box2d/APKBUILD (limited to 'user/qml-box2d/APKBUILD') diff --git a/user/qml-box2d/APKBUILD b/user/qml-box2d/APKBUILD new file mode 100644 index 000000000..1d06627cd --- /dev/null +++ b/user/qml-box2d/APKBUILD @@ -0,0 +1,30 @@ +# Contributor: A. Wilcox +# Maintainer: A. Wilcox +pkgname=qml-box2d +pkgver=0.1.0_pre20180109 +_hash=21e57f1c0fbf6e65072c269f89d98a94ed5d7f7f +pkgrel=0 +pkgdesc="Physics plugin for QML" +url="https://github.com/qml-box2d/qml-box2d" +arch="all" +options="!check" # All tests are interactive. +license="Zlib" +depends="" +makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev" +install="" +subpackages="" +source="qml-box2d-$pkgver.tar.gz::https://github.com/qml-box2d/qml-box2d/archive/$_hash.tar.gz" +builddir="$srcdir/qml-box2d-$_hash" + +build() { + cd "$builddir" + qmake-qt5 + make +} + +package() { + cd "$builddir" + make install INSTALL_ROOT="$pkgdir" +} + +sha512sums="89a60ef138bd2790d17e1213dcdd611a8a3e763f4a0a35cdae565385868ce6957f0114c538d19f0e50fc87b660611cd65d38b8aa563f344fd5741a65eb5fed70 qml-box2d-0.1.0_pre20180109.tar.gz" -- cgit v1.2.3-60-g2f50