Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: asdf-vm #6631

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add: asdf-vm #6631

wants to merge 2 commits into from

Conversation

niontrix
Copy link

Add asdf version manager package.
For reference see https://asdf-vm.com

Progress

  • Edit packagelist
  • Add initial pacscript
  • Contact devs
  • Add maintainer to pacscript

@github-actions github-actions bot added the Package Add Use this to request a package to be added label Nov 13, 2024
Add asdf version manager package.
For reference see https://asdf-vm.com
Comment on lines 28 to 36
cp -r bin "${dst}"
cp -r lib "${dst}"
cp asdf.elv "${dst}"
cp asdf.fish "${dst}"
cp asdf.nu "${dst}"
cp asdf.sh "${dst}"
cp defaults "${dst}"
cp help.txt "${dst}"
cp version.txt "${dst}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These can all be one line.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks for the feedback!

Copying of files and folders can be turned into a single line statement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package Add Use this to request a package to be added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants