luet download
@mudler is already working on this.
Since Feb 25, 2021.
- Dominant language
- Go
- Stars
- 307
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
A way to download packages archives locally before installing
Describe the solution you'd like
A luet commant luet download that downloads packages archives and stores into the cache.
The command should take a list of packages as arguments, and similarly as install will download the tree of packages required in order to install. It should be possible to turn off this behavior with a --no-deps flag which will just download only the packages passed as argument.
There should be also an option --output that tells luet to copy the package files from the cache (not tree metadata) to a specified location
Describe alternatives you've considered
This is an alternative that considers #179 as a sub-problem
Additional context
Supersedes #179
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.