diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-25 10:05:20 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-25 10:05:20 -0600 |
| commit | 9ac80fbe229ee6e6434d6b2a12f6dcbac4147d18 (patch) | |
| tree | 9e20c31842757895465f550462c2f2da1ea19e4e /config/software/preparation.rb | |
| parent | c56a674223b3279b23b66aca409dc23c4252d647 (diff) | |
Prepare separate projects for each tool-version
Diffstat (limited to 'config/software/preparation.rb')
| -rw-r--r-- | config/software/preparation.rb | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/config/software/preparation.rb b/config/software/preparation.rb index 231cd5a..c49fdb1 100644 --- a/config/software/preparation.rb +++ b/config/software/preparation.rb @@ -1,25 +1,13 @@ name "preparation" description "the steps required to prepare the build" -default_version "v0.7.8" -relative_path "asdf-#{version[1..-1]}" +default_version "1.0.0" -license_file "#{project_dir}/LICENSE" -#skip_transitive_dependency_licensing true - -version("v0.7.8") { source md5: "c64fe16441d639669a6bf56a860e0eb4" } - -source url: "https://github.com/asdf-vm/asdf/archive/#{version}.tar.gz" +license :project_license +skip_transitive_dependency_licensing true build do block do - sync "#{project_dir}/bin", "#{install_dir}/bin" - sync "#{project_dir}/lib", "#{install_dir}/lib" - copy "#{project_dir}/LICENSE", "#{install_dir}/LICENSE" - command "echo 'legacy_version_file = yes' > #{install_dir}/defaults" - touch "#{install_dir}/installs/.keep" - touch "#{install_dir}/plugins/.keep" - #touch "#{install_dir}/embedded/lib/.gitkeep" - #touch "#{install_dir}/embedded/bin/.gitkeep" - #touch "#{install_dir}/bin/.gitkeep" + touch "#{install_dir}/embedded/lib/.keep" + touch "#{install_dir}/embedded/bin/.keep" end end |
