Sha256: eafd29942859248b2ea6cec21d06f9b4d4955a85e607dd86a63a310831a56349
Contents?: true
Size: 1.06 KB
Versions: 8
Compression:
Stored size: 1.06 KB
Contents
# # Copyright:: Copyright (c) 2012-2014 Chef Software, Inc. # License:: Apache License, Version 2.0 # # 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 "rebar" default_version "2.0.0" dependency "erlang" source :git => "https://github.com/basho/rebar.git" relative_path "rebar" env = { "PATH" => "#{install_dir}/embedded/bin:#{ENV["PATH"]}", "LD_FLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include", "LD_RUN_PATH" => "#{install_dir}/embedded/lib" } build do command "./bootstrap", :env => env command "cp ./rebar #{install_dir}/embedded/bin/" end
Version data entries
8 entries across 8 versions & 1 rubygems