Sha256: 6882fe0ffb6a94bbad5c8b75e1fb88e1827052dc7b3f0d9ab53d6c6e59dbbdf1
Contents?: true
Size: 1.32 KB
Versions: 4
Compression:
Stored size: 1.32 KB
Contents
# # Copyright 2019 Oregon State University # # 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 "perl-thread-queue" default_version "3.13" dependency "perl" version "3.13" do source sha256: "6ba3dacddd2fbb66822b4aa1d11a0a5273cd04c825cb3ff31c20d7037cbfdce8" end source url: "http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Thread-Queue-#{version}.tar.gz" internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/#{name}/#{name}-#{version}.tar.gz", authorization: "X-JFrog-Art-Api:#{ENV["ARTIFACTORY_TOKEN"]}" relative_path "Thread-Queue-#{version}" build do env = with_standard_compiler_flags(with_embedded_path).merge( "INSTALL_BASE" => "#{install_dir}/embedded" ) command "#{install_dir}/embedded/bin/perl Makefile.PL", env: env make env: env make "install", env: env end
Version data entries
4 entries across 4 versions & 1 rubygems