A resvg
plugin for the asdf version manager.
This plugin installs the resvg
tool from source.
bash
,curl
,tar
: generic POSIX utilities.cargo
: The Rust package manager.
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.
The plugin is based on work in asdf-community/asdf-cmake. Many thanks to the original authors of that project.
See LICENSE