|
3 | 3 | <id>com.mitchellh.ghostty</id>
|
4 | 4 | <launchable type="desktop-id">com.mitchellh.ghostty.desktop</launchable>
|
5 | 5 | <name>Ghostty</name>
|
6 |
| - <url type="homepage">https://ghostty.org/</url> |
| 6 | + <url type="homepage">https://ghostty.org</url> |
| 7 | + <url type="help">https://ghostty.org/docs</url> |
| 8 | + <url type="bugtracker">https://github.com/ghostty-org/ghostty/issues</url> |
| 9 | + <url type="contact">https://ghostty.org/docs/help</url> |
| 10 | + <url type="contribute">https://github.com/ghostty-org/ghostty/blob/main/CONTRIBUTING.md</url> |
| 11 | + <url type="translate">https://github.com/ghostty-org/ghostty/blob/main/po/README_TRANSLATORS.md</url> |
| 12 | + <url type="vcs-browser">https://github.com/ghostty-org/ghostty</url> |
7 | 13 | <summary>Ghostty is a fast, feature-rich, and cross-platform terminal emulator</summary>
|
8 | 14 | <metadata_license>MIT</metadata_license>
|
9 | 15 | <project_license>MIT</project_license>
|
10 | 16 | <content_rating type="oars-1.1" />
|
11 |
| - <developer id="id.mitchellh"> |
| 17 | + <developer id="com.mitchellh"> |
12 | 18 | <name>Mitchell Hashimoto</name>
|
13 | 19 | </developer>
|
| 20 | + < update_contact> [email protected]</ update_contact> |
14 | 21 | <description>
|
15 | 22 | <p>
|
16 | 23 | Ghostty is a terminal emulator that differentiates itself by being fast,
|
|
19 | 26 | features, or native UIs. Ghostty provides all three.
|
20 | 27 | </p>
|
21 | 28 | </description>
|
| 29 | + <recommends> |
| 30 | + <control>keyboard</control> |
| 31 | + <control>pointing</control> |
| 32 | + </recommends> |
| 33 | + <requires> |
| 34 | + <!-- |
| 35 | + Mobile/tablet AND desktop supported |
| 36 | +
|
| 37 | + Ref: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines#display-size |
| 38 | + --> |
| 39 | + <display_length compare="ge">360</display_length> |
| 40 | + </requires> |
| 41 | + <translation type="gettext">com.mitchellh.ghostty</translation> |
| 42 | + |
| 43 | + <!-- |
| 44 | + TODO: Generate manifest location data. |
| 45 | +
|
| 46 | + Ref: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines#manifest-location |
| 47 | +
|
| 48 | + <custom> |
| 49 | + <value key="flathub::manifest">https://github.com/ghostty-org/ghostty/blob/<hash>/flatpak/com.mitchellh.ghostty.yml</value> |
| 50 | + </custom> |
| 51 | + --> |
22 | 52 |
|
23 | 53 | <releases>
|
| 54 | + <!-- TODO: Generate this automatically --> |
24 | 55 | <release version="1.0.1" date="2024-12-31">
|
25 | 56 | <url type="details">https://ghostty.org/docs/install/release-notes/1-0-1</url>
|
26 | 57 | </release>
|
|
0 commit comments