Search Criteria
Package Details: pkenv 0.5.3-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pkenv.git (read-only, click to copy) |
|---|---|
| Package Base: | pkenv |
| Description: | Packer version manager inspired by tfenv |
| Upstream URL: | https://github.com/iamhsa/pkenv |
| Licenses: | MIT |
| Conflicts: | packer |
| Provides: | packer, pkenv |
| Submitter: | xvitcoder |
| Maintainer: | xvitcoder |
| Last Packager: | xvitcoder |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-01-10 10:12 (UTC) |
| Last Updated: | 2024-01-10 10:12 (UTC) |
Dependencies (2)
- bash (bash-gitAUR, bash-devel-gitAUR)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR)
Required by (4)
- bash-it-git (requires packer) (optional)
- continuous-testing (requires packer)
- packer-plugin-arm-image (requires packer)
- python-yacker-git (requires packer)
Latest Comments
asart commented on 2024-10-11 21:30 (UTC) (edited on 2024-10-11 21:30 (UTC) by asart)
This package does not seem to take the /var/lib/pkenv/version into account for actually installing packer.
Similar to the tfenv package, something like the following after the
mkdirs in the package function should probably be added:This seems to work fine on my end.