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

Generate Bundled Binary via Url #49

Closed
rphillips opened this issue Feb 28, 2015 · 3 comments
Closed

Generate Bundled Binary via Url #49

rphillips opened this issue Feb 28, 2015 · 3 comments
Assignees

Comments

@rphillips
Copy link
Member

lit make github.com/creationix/rye

Would be slick. Sorta like go get ...

@creationix
Copy link
Member

This would be feasable with zip file downloaded over http(s). Also I'd like to be able to build lit packages directly from upstream.

lit make github://creationix/jack  # download the jack repo as a zip and build it
lit make lit://luvit/luvit # download the latest luvit
lit make github://creationix/rye@1.2.3 # Download a tag as zip
lit make lit://luvit/luvit@2.0.0 # grab from lit at version (matched to latest)
lit make https://example.com/goo/bar.zip # enable arbitrary http urls for zips as well

@creationix
Copy link
Member

Since the github:// prefix is just a template, we could allow other templates in .litconfig perhaps.

github://$user/$name -> https://github.com/$user/$name/archive/master.zip
github://$user/$name@$version https://github.com/$user/$name/archive/$version.zip

@rphillips
Copy link
Member Author

nice... The version idea is great.

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

2 participants