Sha256: 51f794502f8f718e708c9cbbfadba2d30c42023c54cbc4b1f41baeb5f612e6e0
Contents?: true
Size: 1.16 KB
Versions: 6
Compression:
Stored size: 1.16 KB
Contents
# # Copyright 2012-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 "help2man" default_version "1.40.5" version "1.47.3" do source url: "https://ftp.gnu.org/gnu/help2man/help2man-1.47.3.tar.xz", md5: "d1d44a7a7b2bd61755a2045d96ecaea0" end version "1.40.5" do source url: "https://ftp.gnu.org/gnu/help2man/help2man-1.40.5.tar.gz", md5: "75a7d2f93765cd367aab98986a75f88c" end relative_path "help2man-1.40.5" build do env = with_standard_compiler_flags(with_embedded_path) command "./configure --prefix=#{install_dir}/embedded", env: env make env: env make "install", env: env end
Version data entries
6 entries across 6 versions & 1 rubygems