What's the workflow creating a zip from git for manual installation?

That really depends on how you've organized your files. I basically do

zip -r9 MyPlugin-1.2.3.zip MyPlugin

That's it. Sure, I have script which would then create the checksum etc. upload stuff etc. But that is my workflow, not THE workflow.

Not all files from the git repo  land into the zip. And then sometimes
the zip s get restructured
E.g. on the LocalPlayer Plugin the binary locations get reorganized.

That really is up to the plugin author. My repository usually is pretty much what ends up in the plugin archive. There might be some helper files which don't get packaged. But I try to be able to simply checkout a plugin repository to the Plugins folder and fire LMS up.

E.g. The LocalPlayer plugin supplies it's own binaries. Where do you
folks keep the sources
respectively recipes to build them?? I havn't seen anything on the
LocalPlayer plugin over
at the community plugin github page that refers to binary sources.

For squeezelite there's a repository maintained by Ralphy. You should get in touch with him.

--

Michael
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to