Class: HeadSoftwareSpec

Inherits:
SoftwareSpec show all
Defined in:
software_spec.rb

Constant Summary

Constants inherited from SoftwareSpec

SoftwareSpec::PREDEFINED_OPTIONS

Instance Attribute Summary

Attributes inherited from SoftwareSpec

#bottle_specification, #build, #compiler_failures, #dependency_collector, #deprecated_flags, #deprecated_options, #full_name, #name, #options, #owner, #patches, #resources

Instance Method Summary collapse

Methods inherited from SoftwareSpec

#add_dep_option, #bottle, #bottle_defined?, #bottle_tag?, #bottled?, #declared_deps, #depends_on, #deprecated_option, #deps, #fails_with, #freeze, #go_resource, #initialize_dup, #needs, #option, #option_defined?, #patch, #recursive_dependencies, #recursive_requirements, #requirements, #resource, #resource_defined?, #url, #uses_from_macos

Methods included from OnSystem::MacOSAndLinux

included

Constructor Details

#initialize(flags: []) ⇒ HeadSoftwareSpec

Returns a new instance of HeadSoftwareSpec.



273
274
275
276
# File 'software_spec.rb', line 273

def initialize(flags: [])
  super
  @resource.version(Version.new("HEAD"))
end

Instance Method Details

#verify_download_integrity(_filename) ⇒ Object



278
279
280
# File 'software_spec.rb', line 278

def verify_download_integrity(_filename)
  # no-op
end