qml-box2d: package QML plugin

This commit is contained in:
Andreas Cord-Landwehr
2025-01-22 20:04:28 +01:00
parent 2f659b8d52
commit 1409bfaf3f
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# SPDX-FileCopyrightText: 2025 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# 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/* \
"

View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${BPN}.inc
SRCREV = "3a85439726d1ac4d082308feba45f23859ba71e0"