Sha256: a2f32ce50178296efc61cecb7d6f9b8c4abda2edbfc13407b872c1aa3b785002
Contents?: true
Size: 1.11 KB
Versions: 6
Compression:
Stored size: 1.11 KB
Contents
# # Copyright 2014 Chef Software, Inc. # # 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. # # expeditor/ignore: deprecated 2021-04 name "relx" # Release tags are available, which you can use via override in # project config. default_version "master" dependency "erlang" # NOTE: requires rebar > 2.2.0 Not sure what the minimum is, but # 837df640872d6a5d5d75a7308126e2769d7babad of rebar works. dependency "rebar" source git: "https://github.com/erlware/relx.git" relative_path "relx" build do env = with_standard_compiler_flags(with_embedded_path) make env: env copy "#{project_dir}/relx", "#{install_dir}/embedded/bin/" end
Version data entries
6 entries across 6 versions & 1 rubygems