qml-box2d: package QML plugin
This commit is contained in:
26
recipes-support/qml-box2d.inc
Normal file
26
recipes-support/qml-box2d.inc
Normal 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/* \
|
||||
"
|
||||
5
recipes-support/qml-box2d_git.bb
Normal file
5
recipes-support/qml-box2d_git.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: none
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
require ${BPN}.inc
|
||||
SRCREV = "3a85439726d1ac4d082308feba45f23859ba71e0"
|
||||
Reference in New Issue
Block a user