Add metainfo file, preparation for flathub release
This commit is contained in:
parent
15bcfc0505
commit
c36a331bd8
66
build/flatpak/metainfo.xml
Normal file
66
build/flatpak/metainfo.xml
Normal file
|
@ -0,0 +1,66 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="desktop-application">
|
||||||
|
<id>page.codeberg.outfly.outfly</id>
|
||||||
|
<name>Outfly</name>
|
||||||
|
<summary>Breathtaking 3D space game in the rings of Jupiter</summary>
|
||||||
|
<icon type="stock">page.codeberg.outfly.outfly</icon>
|
||||||
|
|
||||||
|
<branding>
|
||||||
|
<color type="primary" scheme_preference="light">#99c1f1</color>
|
||||||
|
<color type="primary" scheme_preference="dark">#62a0ea</color>
|
||||||
|
</branding>
|
||||||
|
|
||||||
|
<developer id="page.codeberg.outfly.outfly">
|
||||||
|
<name>Outfly</name>
|
||||||
|
</developer>
|
||||||
|
|
||||||
|
<metadata_license>FSFAP</metadata_license>
|
||||||
|
<project_license>GPL-3.0-or-later</project_license>
|
||||||
|
|
||||||
|
<description>
|
||||||
|
<p>OutFly is an atmospheric, open world, realistic 3D space game that throws you into the Rings of Jupiter with a self-sufficient sportswear space suit that will take you anywhere. Imagine a blend of Fallout and Outer Wilds, where you are free to explore the breathtaking expanse of the Jupiter system and discover what life could be like after hundreds of years of space colonization.</p>
|
||||||
|
</description>
|
||||||
|
|
||||||
|
<launchable type="desktop-id">page.codeberg.outfly.outfly.desktop</launchable>
|
||||||
|
|
||||||
|
<categories>
|
||||||
|
<category>Game</category>
|
||||||
|
<category>Simulation</category>
|
||||||
|
</categories>
|
||||||
|
|
||||||
|
<keywords>
|
||||||
|
<keyword>outfly</keyword>
|
||||||
|
<keyword>space</keyword>
|
||||||
|
<keyword>game</keyword>
|
||||||
|
<keyword>jupiter</keyword>
|
||||||
|
</keywords>
|
||||||
|
|
||||||
|
<content_rating type="oars-1.0"/>
|
||||||
|
<url type="homepage">https://yunicode.itch.io/outfly</url>
|
||||||
|
|
||||||
|
<screenshots>
|
||||||
|
<screenshot type="default">
|
||||||
|
<image>https://codeberg.org/outfly/outfly/raw/branch/main/doc/images/screenshot1.jpg</image>
|
||||||
|
<caption>Playing Outfly</caption>
|
||||||
|
</screenshot>
|
||||||
|
</screenshots>
|
||||||
|
|
||||||
|
<releases>
|
||||||
|
<release version="3.0.2" date="2024-11-26">
|
||||||
|
<url type="details">https://codeberg.org/outfly/outfly/releases/tag/v0.14.0</url>
|
||||||
|
<description>
|
||||||
|
<p>Release 0.14.0</p>
|
||||||
|
<ul>
|
||||||
|
<li>Implement one ACTUAL QUEST! (pizza delivery)</li>
|
||||||
|
<li>Implement SkyRace minigame</li>
|
||||||
|
<li>Implement anti-aliasing</li>
|
||||||
|
<li>Implement more responsive camera controls</li>
|
||||||
|
<li>Implement phone calls</li>
|
||||||
|
<li>Implement fast travel (from anywhere)</li>
|
||||||
|
<li>... and more</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
|
</releases>
|
||||||
|
|
||||||
|
</component>
|
Loading…
Reference in a new issue