blob: 8dbfb5828e4363320c521da72b3c02463789ec38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|