summaryrefslogblamecommitdiff
path: root/user/qml-box2d/APKBUILD
blob: 1d06627cd6ad0fc285d7f897159b7b3eba05c6e4 (plain) (tree)





























                                                                                                                                                                                 
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
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"