-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest
More file actions
26 lines (23 loc) · 1.03 KB
/
manifest
File metadata and controls
26 lines (23 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
: 1
name: godot-cpp
version: 10.0.0-b.2.z
upstream-version: 10.0.0-master-20240424-b05594e50f50fcfcd9640ae7e348a0844122a2c0
type: lib
language: c++
summary: C++ bindings for the Godot Engine's GDExtensions API
license: MIT
description-file: upstream/README.md
package-description-file: README.md
url: https://github.com/godotengine/godot-cpp
doc-url: https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/index.html
package-url: https://github.com/godotengine/godot-cpp
src-url: https://github.com/godotengine/godot-cpp
package-email: mjklaim@gmail.com
#build-error-email: mjklaim@gmail.com
depends: * build2 >= 0.16.0
depends: * bpkg >= 0.16.0
requires: python ^3.4.0 ; Pyhthon must be accessible in the environment
requires: godot ^4.6.0 ; A compatible version of Godot is required to run the tests
builds: latest ; Requires recent compiler versions.
builds: -windows -macos ; Works but CI can't use system package manager for these platforms.
latest-build-config: ?sys:python/* ; Python >= 3.4 required for code generation.