#!/SBUILD _disabled: false pkg: "ghostty" pkg_id: "pkgforge-dev.ghostty" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/ghostty" category: - "TerminalEmulator" description: "Fast, native, feature-rich terminal emulator pushing modern features" homepage: - "https://ghostty.org" - "https://github.com/ghostty-org/ghostty" maintainer: - "psadi (https://github.com/psadi)" license: - "MIT" build_asset: - url: "https://github.com/ghostty-org/ghostty/raw/918ccdba5cc65ccd1fb48a54c71306d869299441/LICENSE" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/ghostty-appimage" - "[PORTABLE] (Works on AnyLinux)" provides: - "ghostty" repology: - "ghostty" src_url: - "https://github.com/pkgforge-dev/ghostty-appimage" tag: - "terminal" x_exec: host: - "x86_64-linux" - "aarch64-linux" shell: "sh" pkgver: | curl -qfsSL "https://api.github.com/repos/pkgforge-dev/ghostty-appimage/releases/latest?per_page=20" | jq -r '.tag_name' | tr -d 'v' run: | soar dl "https://github.com/pkgforge-dev/ghostty-appimage@v${PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes