diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-20 15:51:33 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-20 15:51:33 -0600 |
| commit | a3f7cfb387e643b829133d67b7b6efac68e04992 (patch) | |
| tree | ca77fa91fcd5310520d5369d7b8a550b8120da1b /config/software/asdf-ruby-plugin.rb | |
| parent | 92b89132b6fb18b52a1c1bc6c8933c7e12e0009a (diff) | |
Install the asdf-ruby plugin
Diffstat (limited to 'config/software/asdf-ruby-plugin.rb')
| -rw-r--r-- | config/software/asdf-ruby-plugin.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/software/asdf-ruby-plugin.rb b/config/software/asdf-ruby-plugin.rb new file mode 100644 index 0000000..8dbfb58 --- /dev/null +++ b/config/software/asdf-ruby-plugin.rb @@ -0,0 +1,13 @@ +name "asdf-ruby-plugin" +description "the steps required to prepare the build" +source git: "https://github.com/asdf-vm/asdf-ruby.git" +relative_path "ruby" + +license_file "#{project_dir}/LICENSE" +skip_transitive_dependency_licensing true + +build do + block do + sync project_dir, "#{install_dir}/plugins/ruby" + end +end |
