mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
Closes: https://bugs.gentoo.org/532730 Closes: https://github.com/gentoo/gentoo/pull/17874 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com>
29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>rossbridger.cc@gmail.com</email>
|
|
<name>Ross Charles Campbell</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Godot Engine is a feature-packed, cross-platform game engine to create 2D and
|
|
3D games from a unified interface. It provides a comprehensive set of common
|
|
tools, so users can focus on making games without having to reinvent the wheel.
|
|
Games can be exported in one click to a number of platforms, including the major
|
|
desktop platforms (Linux, macOS, Windows) as well as mobile (Android, iOS) and
|
|
web-based (HTML5) platforms.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="bullet">Enable support for <pkg>sci-physics/bullet</pkg></flag>
|
|
<flag name="enet">Enable support for <pkg>net-libs/enet</pkg></flag>
|
|
<flag name="lto">Enable support for link time optimization</flag>
|
|
<flag name="freetype">Enable support for <pkg>media-libs/freetype</pkg></flag>
|
|
<flag name="mbedtls">Enable support for <pkg>net-libs/mbedtls</pkg></flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">godotengine/godot</remote-id>
|
|
<bugs-to>https://github.com/godotengine/godot/issues</bugs-to>
|
|
<doc lang="en">https://docs.godotengine.org/en/stable/index.html</doc>
|
|
</upstream>
|
|
</pkgmetadata>
|