Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.09 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.09 KB

asdf-resvg

A resvg plugin for the asdf version manager.

This plugin installs the resvg tool from source.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • cargo: The Rust package manager.

Install

Plugin:

asdf plugin add resvg https://github.com/FATMAP/asdf-resvg.git

resvg:

# Show all installable versions
asdf list-all resvg

# Install specific version
asdf install resvg latest

# Set a version globally (on your ~/.tool-versions file)
asdf global resvg latest

# Now resvg can be invoked from the shell
resvg --version

Check asdf readme for more instructions on how to install & manage versions.

Acknowledgements

The plugin is based on work in asdf-community/asdf-cmake. Many thanks to the original authors of that project.

License

See LICENSE

© Andy Mroczkowski
© Strava