feat(distribution): add AUR package support (v0.11.2)#152
Merged
Conversation
Add GoReleaser aurs publisher so sendit is installable via yay/paru on Arch Linux and Arch-based distros (Omarchy, Manjaro, etc.). - .goreleaser.yaml: add aurs: block targeting aur.archlinux.org/sendit.git; installs binary + bash/zsh/fish completions via PKGBUILD package() function - release.yml: pass AUR_SSH_KEY secret to both release steps - ci.yml: add AUR_SSH_KEY: "placeholder" to goreleaser-check and goreleaser-snapshot env blocks so template evaluation passes on PRs - README.md, getting-started.md: add yay/paru as the recommended install method; keep pacman -U as the no-helper fallback Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
aurs:publisher: on every release, GoReleaser generates aPKGBUILDand pushes it toaur.archlinux.org/sendit.gitvia SSHyay -S senditorparu -S sendit; the.pkg.tar.zstdirect install from v0.11.1 remains as a fallbackpackage()function in the generated PKGBUILDAUR_SSH_KEYplaceholder added togoreleaser-checkandgoreleaser-snapshotCI jobs so config validation passes on PRs without the real keyPrerequisites (already done)
sendit-aur-ci)AUR_SSH_KEYGitHub Actions secretTest plan
goreleaser checkvalidates the newaurs:block with the placeholder key)v0.11.2tag and confirm the release job pushes aPKGBUILDtoaur.archlinux.org/sendit.gityay -S senditresolves and installs correctly on an Arch system🤖 Generated with Claude Code