summaryrefslogtreecommitdiffstats
path: root/qt5-qmake
diff options
context:
space:
mode:
authorTreeve Jelbert2021-12-19 17:02:09 +0100
committerTreeve Jelbert2021-12-19 17:02:09 +0100
commit08e8acf32baa3af0a96e58b9b3742f3ac7a3e2e4 (patch)
treea7d4f72305e8ff285b9e5e2008c3adb9d45c37b4 /qt5-qmake
parentbc868c6773af0e3340edd7fe530c327f63f87bf1 (diff)
qml-box2d - added
Diffstat (limited to 'qt5-qmake')
-rwxr-xr-xqt5-qmake/qml-box2d/DEPENDS2
-rwxr-xr-xqt5-qmake/qml-box2d/DETAILS15
-rw-r--r--qt5-qmake/qml-box2d/HISTORY4
3 files changed, 21 insertions, 0 deletions
diff --git a/qt5-qmake/qml-box2d/DEPENDS b/qt5-qmake/qml-box2d/DEPENDS
new file mode 100755
index 0000000000..0b84f29e40
--- /dev/null
+++ b/qt5-qmake/qml-box2d/DEPENDS
@@ -0,0 +1,2 @@
+depends qtbase &&
+depends qtdeclarative
diff --git a/qt5-qmake/qml-box2d/DETAILS b/qt5-qmake/qml-box2d/DETAILS
new file mode 100755
index 0000000000..1e6c3eb612
--- /dev/null
+++ b/qt5-qmake/qml-box2d/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=qml-box2d
+ VERSION=master
+ SOURCE_HASH=sha512:f93a554b37a68684837a6bb6ac5f749af236d590cc2c58aff2f24629d508bc3fce7c7f8296c9175fe70913b6ff45cd531e48c5836caf22361de99b464675fd1b
+ SOURCE=$SPELL.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/qml-box2d/qml-box2d
+ SOURCE_URL=$WEB_SITE/archive/refs/heads/master.zip
+ LICENSE[0]=ZLIB
+ ENTERED=20211218
+ KEYWORDS=""
+ SHORT="QML plugin for Box2D"
+cat << EOF
+The goal of the qml-box2d plugin is to expose the functionality of Box2D (C++)
+as a QML plugin in order to make it easier to write physics based software in QML.
+EOF
diff --git a/qt5-qmake/qml-box2d/HISTORY b/qt5-qmake/qml-box2d/HISTORY
new file mode 100644
index 0000000000..7309efc10d
--- /dev/null
+++ b/qt5-qmake/qml-box2d/HISTORY
@@ -0,0 +1,4 @@
+2021-12-18 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version master
+ spell created
+