Package Details: pkenv 0.5.3-2

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)

Required by (5)

Sources (1)

Latest Comments

a.sartonev commented on 2024-10-11 21:30 (UTC) (edited on 2024-10-11 21:30 (UTC) by a.sartonev)

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:

sed -i 's:${PKENV_ROOT}/version:/var/lib/pkenv/version:g' libexec/pkenv-*

This seems to work fine on my end.