https://github.com/yorickpeterse/ghostty-flatpak
A Flathub/Flatpak package for Ghostty
https://github.com/yorickpeterse/ghostty-flatpak
flathub flatpak ghostty
Last synced: 4 months ago
JSON representation
A Flathub/Flatpak package for Ghostty
- Host: GitHub
- URL: https://github.com/yorickpeterse/ghostty-flatpak
- Owner: yorickpeterse
- Created: 2024-12-27T01:17:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T23:13:21.000Z (over 1 year ago)
- Last Synced: 2025-03-10T00:17:55.675Z (over 1 year ago)
- Topics: flathub, flatpak, ghostty
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ghostty Flatpak
This repository contains a manifest and a few tools for building the
[Ghostty](https://github.com/ghostty-org/ghostty/) Flatpak package.
The Flatpak produced at this stage isn't super useful due to [this
issue](https://github.com/ghostty-org/ghostty/discussions/3616), but at least it
builds.
## Performing a release
1. Bump the version in `deps.sh`
1. Run `bash deps.sh`, copy the output to the manifest (overwriting the old data)
1. Push to GitHub
1. Create a new [GitHub
release](https://github.com/yorickpeterse/ghostty-flatpak/releases/new)
matching the new Ghostty version
1. Upload `tmp/vendor.tar.zst` as a release artifact
1. Publish the release
This process requires the following tools:
- bash
- curl
- sha256sum
- tar
- zig
- zstd