guru/games-engines/fs2_open/metadata.xml
Anna (cybertailor) Vyalkova 1e95f22062
*/*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-04 18:56:32 +05:00

24 lines
869 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Jonas Frei</name>
<email>freijon@pm.me</email>
</maintainer>
<longdescription lang="en">
fs2_open is the game enginge of the FreeSpace2 Source Code Project.
This package is not the complete game, but rather the game engine
that runs the game. The game data files have to be installed
manually.
</longdescription>
<upstream>
<remote-id type="github">scp-fs2open/fs2open.github.com</remote-id>
<bugs-to>https://github.com/scp-fs2open/fs2open.github.com/issues</bugs-to>
</upstream>
<use>
<flag name="clang">Use Clang compiler instead of GCC</flag>
<flag name="debug">Debug build to collect logfiles</flag>
<flag name="discord">Enable Discord RPC support</flag>
</use>
</pkgmetadata>