Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add regolith to popular package managers #202

Open
stirante opened this issue Sep 14, 2022 · 1 comment
Open

Add regolith to popular package managers #202

stirante opened this issue Sep 14, 2022 · 1 comment

Comments

@stirante
Copy link
Member

In order of priority:

  1. winget
    OS: Windows
    Requires a custom publisher app for GoReleaser, which should just make a PR to https://github.com/microsoft/winget-pkgs
    https://docs.microsoft.com/en-us/windows/package-manager/package/repository
    Example PR: Add PowerShell 7.1.0 microsoft/winget-pkgs#4738

  2. apt
    OS: Linux
    https://askubuntu.com/questions/16446/how-to-get-my-software-into-ubuntu
    The easiest way would be to push to launchpad PPA https://help.launchpad.net/Packaging/PPA
    Requires a custom publisher app for GoReleaser, which should push the binaries with a secret key to PPA

  3. scoop (optional)
    OS: Windows
    Seems like require an initial PR like this one lazydocker: Add version 0.7.5 ScoopInstaller/Main#558
    After that either you get some access to modify your file or they update it themselves (no clue)
    https://github.com/ScoopInstaller/Main/blob/master/bucket/lazydocker.json
    GoReleaser already has support for scoop https://goreleaser.com/customization/scoop/

  4. chocolatey (optional)
    OS: Windows
    Requires to just run a command from GoReleaser to publish the package with secret key
    https://docs.chocolatey.org/en-us/create/create-packages-quick-start

  5. homebrew (optional)
    OS: MacOS
    GoReleaser already has support for homebrew https://goreleaser.com/customization/homebrew/

@stirante
Copy link
Member Author

stirante commented Apr 7, 2023

Added to winget in microsoft/winget-pkgs#98672

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant