Skip to content

Chocolatey package for Windows #40

@vmvarela

Description

@vmvarela

Description

Create a Chocolatey package so Windows users can install sql-pipe via choco install sql-pipe.

Acceptance Criteria

  • Create a Chocolatey .nuspec manifest with correct metadata (id, version, authors, description, project URL, license)
  • Create chocolateyInstall.ps1 script that downloads the correct binary from GitHub Releases
  • Package supports both x86 and x86_64 Windows architectures
  • choco install sql-pipe installs the binary and it is available in PATH
  • choco uninstall sql-pipe cleanly removes the binary
  • README updated with Chocolatey installation instructions
  • Package published to the Chocolatey Community Repository (or instructions for manual push)

Notes

  • Windows binaries are already available in GitHub Releases (sql-pipe-x86-windows.exe, sql-pipe-x86_64-windows.exe)
  • Chocolatey packages use NuGet .nupkg format with PowerShell install scripts
  • Consider shimming via Install-BinFile for PATH integration
  • Refer to the Chocolatey package creation guide

Metadata

Metadata

Assignees

Labels

priority:mediumShould be done soonsize:sSmall — 1 to 4 hoursstatus:readyRefined and ready for sprint selectiontype:featureNew functionality

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions