feat: add omairc local package - #332
Open
fredimachado wants to merge 1 commit into
Open
Conversation
Add a fast-ring local package for Omairc, a Qt Quick IRC client built for Omarchy. Tracks GitHub source tags via upstream.sh.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Omairc is a dead-simple Qt Quick IRC client built for Omarchy (theme colors, text scale, keyboard-first). It already ships as a signed-off install path via a personal GitHub Releases pacman repo. This PR adds it to the official Omarchy Package Repository so users can install with
omarchy pkg add omairc/ Install > Package without a custom[omairc]Server.Scope
pkgbuilds/omairc/PKGBUILD:source: localbuild from thev0.1.0GitHub source archive withqmake6 PREFIX=/usrandINSTALL_ROOT..omarchy/package.json:source: local,release_ring: fast..omarchy/upstream.sh: track newer stablevX.Y.ZGitHub releases and refreshpkgver/sha256sums.Tradeoffs
x86_64only for the first cut.sha256sumsis pinned to the currentv0.1.0source archive tip.Blast Radius
Verification
Server = https://github.com/fredimachado/omairc/releases/latest/downloadthenpacman -Sy omairc.INSTALL_ROOT, Qt 6 depends).