cidertool / cider

Submit your builds to the Apple App Store in seconds
https://cidertool.github.io/cider
GNU General Public License v3.0
25 stars 0 forks source link

Package Manager support #22

Closed aaronsky closed 3 years ago

aaronsky commented 3 years ago

Planning on releasing to Homebrew and Scoop via private taps. This is within scope of what's supported by GoReleaser at the moment. This is blocked on a move to a new org via #10.

It could be nice to look into apk or apt release support. I'm not sure what the landscape of Linux package management looks like these days, so if there's demand for yum, snap, etc. then I can look into it.

Chocolatey probably isn't worth it, but if there's demand for it I can look into it. This program doesn't require an installer so the exe in the releases should be sufficient in other usage situations.

aaronsky commented 3 years ago

Closing this as we now have successful publishing happening to https://github.com/cidertool/homebrew-tap and https://github.com/cidertool/scoop-bucket. Future package manager support for deb or apt will need to be tickets entered from the community, or if I get some time.