wbond / package_control

The Sublime Text package manager
https://packagecontrol.io
4.78k stars 814 forks source link

Provide alternative, easy way to manually download/install packages #1536

Closed jedis00 closed 1 year ago

jedis00 commented 3 years ago

Can you provide an alternative way to download packages that is easy to use?

Downloads from codeload.github.com are blocked by our corporate proxy. I can, however, clone git repos from GitHub.

Is there another mechanism to be able to have Package Control clone the repo and get what it needs that way, vs trying to download a zip file that is getting blocked?

wbond commented 3 years ago

Personally I don't think this is a project I'd be interested in tackling, and my time is severely limited for open source these days, the majority of which goes into maintaining the infrastructure and necessary code maintenance.

That said, it is possible someone would be keen on taking on such a project.

It would require each package be augmented with info about alternative methods of install, like VCS commands, if available. Then someone would have to write the code to checkout and update repos. There is already code to keep things up-to-date, but it isn't the most robust.