add git urls
[webi-installers/.git] / README.md
1 # packages
2
3 Primary and community-submitted packages for [https://webinstall.dev](webinstall.dev)
4
5 # Guidelines
6
7 - Should install to `./local/opt/<package>-<version>`
8 - Should not need `sudo` (except perhaps for a one-time `setcap`, etc)
9 - Follow the example of <https://github.com/webinstall/packages/tree/master/node>
10   - Note: the version handling is nasty, we'd like to move this to an API
11   
12 # Roadmap
13
14 - Wrap release APIs to unify and expose
15   - [ ] Golang <https://golang.org/dl/?mode=json>
16   - [ ] Node <https://nodejs.org/dist/index.tab>
17   - [ ] Flutter <https://storage.googleapis.com/flutter_infra/releases/releases_linux.json>
18         - Started at <https://github.com/webinstall/packages/blob/master/flutter/versions.js>
19   - [ ] git
20         - Note: do all platforms expose tar/zip releases with the same URLs?
21   - [ ] npm
22   - [ ] github (NOT until `git` is supported)
23 - [ ] Support git urls (i.e. `@github.com/node/node`)
24   - (maybe `ghi node/node` for github specifically)