feat: update depot version to 0.20.0 and add --install-deps flag for automatic dependency installation

This commit is contained in:
2026-03-12 11:21:10 -05:00
parent 67951b3188
commit eba99e56d5
6 changed files with 398 additions and 69 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ depot install zlib-1.2.11-1-x86_64.depot.pkg.tar.zst
- Binary package installs verify both checksums and detached minisign signatures (`.sig`).
- `remove <PACKAGE>`: Remove an installed package.
- `build <SPEC>`: Build a package and create an archive without installing.
- Resolves and offers to install missing build dependencies before fetching/building.
- Use `--install-deps` to automatically install missing build/runtime/test dependencies before fetching/building.
- Missing test dependencies automatically disable test execution unless `--test-deps` or `[install].test_deps = true` is set.
- `update [PACKAGE ...]`: Update installed packages from configured repositories.
- With no package names, updates every installed package that has a newer repo version available.