Publish Windows binary + add to scoop bucket for parity with brew install #52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-10T06:59:46Z - https://github.com/coilysiren/repo-recall/issues/72
Problem
repo-recall's release pipeline today is Mac/Linux only:
There is no Windows install path. On the Windows host repo-recall must currently be built from source via `cargo install --git https://github.com/coilysiren/repo-recall` (works, but doesn't pin to release tags and doesn't share the brew flow's CI provenance).
Proposed fix
Mirror the brew-tap architecture with a Scoop bucket. Pairs with the parallel coily issue at coilysiren/coily#107 - same bucket repo (`coilysiren/scoop-bucket`) hosts both manifests.
Two pieces specific to repo-recall:
Windows host one-time setup after the bucket exists:
Updates via `scoop update repo-recall`. Daemon management on Windows is out of scope (no `brew services` equivalent - document "run in a long-lived terminal or use Task Scheduler" in the README).
Sequencing
Blocked on coily#107 for the bucket repo to exist. Build-job piece can land independently.
Out of scope
Related