Sha256: 086776bc9afebb119034b5962f4f09c2979aee22857d5e3eaea86c658cd223bd
Contents?: true
Size: 476 Bytes
Versions: 25
Compression:
Stored size: 476 Bytes
Contents
#https://github.com/Neilpang/acme.sh/releases # https://github.com/Neilpang/acme.sh/archive/2.8.1.tar.gz # https://github.com/Neilpang/acme.sh.git name 'acme.sh' default_version '2.8.1' version('2.8.1') { source git: 'https://github.com/Neilpang/acme.sh.git' } license 'GPLv3.0' license_file 'LICENSE.md' skip_transitive_dependency_licensing true build do copy 'acme.sh', "#{install_dir}/embedded/bin/" copy "LICENSE.md", "#{install_dir}/licenses/acme.sh.md" end
Version data entries
25 entries across 25 versions & 1 rubygems