# SPDX-FileCopyrightText: 2025 Andreas Cord-Landwehr # # SPDX-License-Identifier: MIT DESCRIPTION = "QML Box2D plugin" HOMEPAGE = "https://github.com/qml-box2d/qml-box2d" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=7c1ecaedec0d10ec77d289e71b42165f" PR = "r0" DEPENDS = " \ qtbase \ qtdeclarative \ qtdeclarative-native \ " SRC_URI = " \ git://github.com/qml-box2d/qml-box2d.git;nobranch=1;protocol=https \ " S = "${WORKDIR}/git" inherit qt6-cmake FILES:${PN} += " \ ${libdir}/Box2D/* \ "