diff options
| author | mo khan <mo@mokhan.ca> | 2021-03-08 22:37:51 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-03-08 22:37:51 -0700 |
| commit | ab45b4784b090b6bf2535848694a22d669cccd8a (patch) | |
| tree | 7e7f52339918b2685d16850138e750301217618d /config | |
| parent | 0eb81825d9be5d3befb97bd877df2dab8852d447 (diff) | |
add ruby dependency
Diffstat (limited to 'config')
| -rw-r--r-- | config/software/preparation.rb | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/config/software/preparation.rb b/config/software/preparation.rb index 3b4c4b4..1f068bb 100644 --- a/config/software/preparation.rb +++ b/config/software/preparation.rb @@ -1,19 +1,3 @@ -# -# Copyright 2021 YOUR NAME -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - name "preparation" description "the steps required to prepare the build" default_version "1.0.0" @@ -21,6 +5,8 @@ default_version "1.0.0" license :project_license skip_transitive_dependency_licensing true +dependency "ruby" + build do block do touch "#{install_dir}/embedded/lib/.gitkeep" |
