Setup poof
Version updated for https://github.com/pirafrank/poof to version v0.6.1.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The poof GitHub Action is a lightweight and user-friendly package manager designed to simplify the installation and management of pre-built software. It eliminates the need for manifests, repositories, or configuration files by allowing users to install software directly with a single command while handling OS, architecture, and version compatibility automatically. Key features include support for multiple archive formats, version management, XDG-compliant directory structures, and a zero-maintenance, zero-dependency approach, making it a portable, efficient solution for managing tools in user-space without requiring root access.
Release notes
Release notes for v0.6.1 are available here: https://github.com/pirafrank/poof/blob/main/CHANGELOG.md
What’s Changed
- chore(deps): bump ron from 0.8.1 to 0.12.0 by @dependabot[bot] in https://github.com/pirafrank/poof/pull/137
- chore(deps): bump time from 0.3.46 to 0.3.47 by @dependabot[bot] in https://github.com/pirafrank/poof/pull/164
- chore(deps): bump the security-updates group with 4 updates by @dependabot[bot] in https://github.com/pirafrank/poof/pull/166
- chore(deps): bump the security-updates group with 5 updates by @dependabot[bot] in https://github.com/pirafrank/poof/pull/169
- chore(deps): bump zip from 7.4.0 to 8.1.0 by @dependabot[bot] in https://github.com/pirafrank/poof/pull/170
- feat: support optional slug in
listcommand by @pirafrank in https://github.com/pirafrank/poof/pull/165 - fix: changed
whichimplementation to work after runningunlinkby @pirafrank in https://github.com/pirafrank/poof/pull/172 - fix: proper exit codes for warning and error case by @pirafrank in https://github.com/pirafrank/poof/pull/173
- feat: support zstd format by @pirafrank in https://github.com/pirafrank/poof/pull/174
- doc: automated devcontainer feature documentation update by @github-actions[bot] in https://github.com/pirafrank/poof/pull/175
- feat: macports support as installation method by @pirafrank in https://github.com/pirafrank/poof/pull/177
- feat: docs improvements by @pirafrank in https://github.com/pirafrank/poof/pull/176
- chore(deps): bump the security-updates group with 6 updates by @dependabot[bot] in https://github.com/pirafrank/poof/pull/178
- feat: Nix support by @pirafrank in https://github.com/pirafrank/poof/pull/179
- feat: support distros from the last 10 years in apt and yum/dnf repos by @pirafrank in https://github.com/pirafrank/poof/pull/180
- fix: improved selection and handling of binaries across platforms by @pirafrank in https://github.com/pirafrank/poof/pull/181
- chore: cargo update by @pirafrank in https://github.com/pirafrank/poof/pull/182
- feat: support binaries with arch or OS as extension by @pirafrank in https://github.com/pirafrank/poof/pull/183
New Contributors
- @github-actions[bot] made their first contribution in https://github.com/pirafrank/poof/pull/175
Full Changelog: https://github.com/pirafrank/poof/compare/v0.6.0...v0.6.1