Class: HeadSoftwareSpec
- Inherits:
-
SoftwareSpec
- Object
- SoftwareSpec
- HeadSoftwareSpec
- 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, #uses_from_macos_elements
Instance Method Summary collapse
-
#initialize(flags: []) ⇒ HeadSoftwareSpec
constructor
A new instance of HeadSoftwareSpec.
-
#verify_download_integrity(_filename) ⇒ Object
Methods inherited from SoftwareSpec
#add_dep_option, #bottle, #bottle_defined?, #bottle_tag?, #bottled?, #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, #uses_from_macos_names
Methods included from OnSystem::MacOSAndLinux
Constructor Details
#initialize(flags: []) ⇒ HeadSoftwareSpec
Returns a new instance of HeadSoftwareSpec.
284 285 286 287 |
# File 'software_spec.rb', line 284 def initialize(flags: []) super @resource.version = Version.create("HEAD") end |
Instance Method Details
#verify_download_integrity(_filename) ⇒ Object
289 290 291 |
# File 'software_spec.rb', line 289 def verify_download_integrity(_filename) # no-op end |