/asdf-resvg

The `resvg` plugin for the `asdf` version manager

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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