mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-05 15:33:00 +00:00
This should make testing Flatpak builds a lot easier. To build, enter `flatpak/` directory and run: flatpak-builder --repo=repo builddir com.mitchellh.ghostty.yml alternatively, using org.flatpak.Builder flatpak: flatpak run -p org.flatpak.Builder \ --repo=repo \ builddir \ com.mitchellh.ghostty.yml The resulting flatpak can be installed using flatpak install ./repo com.mitchellh.ghostty Credit of AppStream metadata goes to @yorickpeterse.
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>com.mitchellh.ghostty</id>
|
|
<launchable type="desktop-id">com.mitchellh.ghostty.desktop</launchable>
|
|
<name>Ghostty</name>
|
|
<url type="homepage">https://ghostty.org/</url>
|
|
<summary>Ghostty is a fast, feature-rich, and cross-platform terminal emulator</summary>
|
|
<metadata_license>MIT</metadata_license>
|
|
<project_license>MIT</project_license>
|
|
<content_rating type="oars-1.1" />
|
|
<developer id="id.mitchellh">
|
|
<name>Mitchell Hashimoto</name>
|
|
</developer>
|
|
<description>
|
|
<p>
|
|
Ghostty is a terminal emulator that differentiates itself by being fast,
|
|
feature-rich, and native. While there are many excellent terminal
|
|
emulators available, they all force you to choose between speed,
|
|
features, or native UIs. Ghostty provides all three.
|
|
</p>
|
|
</description>
|
|
|
|
<releases>
|
|
<release version="1.0.1" date="2024-12-31">
|
|
<url type="details">https://ghostty.org/docs/install/release-notes/1-0-1</url>
|
|
</release>
|
|
</releases>
|
|
</component>
|