v0.1.2
What's New
- Added --build flag to force compilation from audited source
- --build skips binary downloads and builds with Bazel locally
- --build and --script are mutually exclusive (enforced)
- Works in any position:
pget --build install <app>orpget install --build <app>
Trust & Security
Use --build to compile from source you can audit:
pget install --build <app> # Build from tagged release source
pget install --edge --build <app> # Build from latest mainInstallation
pget install pget # Use binary (fast)