org.duckstation.DuckStation.metainfo.xml.in (2000B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <component type="desktop"> 3 <id>org.duckstation.DuckStation</id> 4 <launchable type="desktop-id">org.duckstation.DuckStation.desktop</launchable> 5 <metadata_license>CC0-1.0</metadata_license> 6 <project_license>GPL-3.0</project_license> 7 <name>DuckStation</name> 8 <developer_name>Stenzek</developer_name> 9 <summary>PlayStation Emulator</summary> 10 <description> 11 <p>DuckStation is an simulator/emulator of the Sony PlayStation(TM) console, focusing on playability, speed, and long-term maintainability. The goal is to be as accurate as possible while maintaining performance suitable for low-end devices.</p> 12 <p>"Hack" options are discouraged, the default configuration should support all playable games with only some of the enhancements having compatibility issues.</p> 13 <p>"PlayStation" and "PSX" are registered trademarks of Sony Interactive Entertainment Europe Limited. This project is not affiliated in any way with Sony Interactive Entertainment.</p> 14 </description> 15 <content_rating type="oars-1.1"/> 16 <update_contact>stenzek_AT_gmail.com</update_contact> 17 <url type="homepage">https://www.duckstation.org/</url> 18 <url type="help">https://github.com/stenzek/duckstation</url> 19 <url type="vcs-browser">https://github.com/stenzek/duckstation</url> 20 <screenshots> 21 <screenshot type="default"> 22 <image>https://raw.githubusercontent.com/stenzek/duckstation/md-images/main-qt.png</image> 23 <caption>Desktop Interface</caption> 24 </screenshot> 25 <screenshot> 26 <image>https://raw.githubusercontent.com/stenzek/duckstation/md-images/bigduck.png</image> 27 <caption>Big Picture Mode Interface</caption> 28 </screenshot> 29 </screenshots> 30 <releases> 31 <release version="@GIT_VERSION@" date="@GIT_DATE@" /> 32 </releases> 33 <custom> 34 <value key="flathub::manifest">https://raw.githubusercontent.com/stenzek/duckstation/@GIT_HASH@/scripts/flatpak/org.duckstation.DuckStation.yaml</value> 35 </custom> 36 </component>