Closed
Description
Chocolatey is a package manager for Windows, e.g. users can install Firefox with running choco install firefox
(or short cinst firefox -y
).
I've created such a package, bot not yet submitted anywhere. You can find it here: https://github.com/ComFreek/chocolatey-packages/tree/master/pympress. Locally I can now just run cinst pympress -y
and it installs just fine. Consequently, cuninst pympress
uninstalls it cleanly.
Open questions would be:
- What's your stance on this?
- Usually Chocolatey packages have a logo. Do you have one?
- Should the package install the version with or without VLC? Should this be user-configurable? (e.g.
cinst pympress -y -params "vlc"
for the version with VLC, default to without)
(NB: At the moment it lets Chocolatey automatically handle the choice between 32 and 64 bit.) - May the package include the binaries in package itself? Advantages are listed here
In case with VLC: IANAL, can we do this? - Windows installer should put pympress on PATH #107 should be fixed before submitting the package; for now patched in Chocolatey package
Metadata
Metadata
Assignees
Labels
No labels