Skip to content

feat(packaging): add Scoop bucket for Windows#55

Merged
vmvarela merged 1 commit intomasterfrom
issue-24/scoop-bucket
Mar 14, 2026
Merged

feat(packaging): add Scoop bucket for Windows#55
vmvarela merged 1 commit intomasterfrom
issue-24/scoop-bucket

Conversation

@vmvarela
Copy link
Owner

Summary

  • Created vmvarela/scoop-sql-pipe bucket repository with initial manifest
  • Added update-scoop job to release workflow that generates a Scoop manifest with SHA256 hashes and pushes it to the bucket repo on each release
  • Manifest supports 64bit (x86_64), 32bit (x86), and arm64 (aarch64) Windows architectures
  • Includes checkver and autoupdate fields for Scoop's built-in update tooling
  • Updated README with Scoop installation instructions

Installation

scoop bucket add sql-pipe https://github.com/vmvarela/scoop-sql-pipe
scoop install sql-pipe

Requirements

  • Secret: SCOOP_BUCKET_TOKEN (PAT with contents:write on vmvarela/scoop-sql-pipe)

Closes #24

- Add update-scoop job to release workflow that generates a Scoop
  manifest with SHA256 hashes and pushes to vmvarela/scoop-sql-pipe
- Manifest supports 64bit (x86_64), 32bit (x86), and arm64 (aarch64)
- Include checkver and autoupdate fields for Scoop's update tooling
- Guard job with HAS_SCOOP_TOKEN env check (same pattern as WinGet)
- Update README with Scoop installation instructions

Closes #24
@github-actions github-actions bot added type:chore Maintenance, refactoring, tooling type:docs Documentation only labels Mar 14, 2026
@vmvarela vmvarela merged commit 7763a76 into master Mar 14, 2026
6 checks passed
@vmvarela vmvarela deleted the issue-24/scoop-bucket branch March 14, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:chore Maintenance, refactoring, tooling type:docs Documentation only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scoop bucket for Windows installation

1 participant