Skip to content

FATMAP/asdf-resvg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%