Skip to content

feat: add AUR package (closes #21)#28

Merged
vmvarela merged 1 commit intomasterfrom
feat/issue-21-aur-package
Mar 3, 2026
Merged

feat: add AUR package (closes #21)#28
vmvarela merged 1 commit intomasterfrom
feat/issue-21-aur-package

Conversation

@vmvarela
Copy link
Owner

@vmvarela vmvarela commented Mar 3, 2026

Summary

Adds an AUR (Arch User Repository) package for sql-pipe using a pre-built binary approach.

Changes

  • aur/PKGBUILD — installs the pre-built binary from GitHub Releases; supports x86_64 and aarch64
  • aur/.SRCINFO — machine-readable metadata required by AUR
  • README.md — documents the AUR installation method (yay -S sql-pipe)

Acceptance Criteria

  • PKGBUILD created in aur/ directory
  • Handles x86_64 and aarch64 architectures
  • SHA256 checksums match the v0.1.0 release binaries
  • Package submitted and visible on https://aur.archlinux.org (manual step — requires AUR SSH key)
  • README documents the AUR installation method

Closes #21

- Add aur/PKGBUILD for sql-pipe binary package
- Supports x86_64 and aarch64 architectures
- SHA256 checksums match v0.1.0 release binaries
- Add aur/.SRCINFO for AUR submission
- Document AUR installation in README
@github-actions github-actions bot added the type:docs Documentation only label Mar 3, 2026
@vmvarela vmvarela merged commit 04f4c93 into master Mar 3, 2026
6 checks passed
@vmvarela vmvarela deleted the feat/issue-21-aur-package branch March 3, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:docs Documentation only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AUR package for Arch Linux

1 participant