abstract class Build::Source
- Build::Source
- Reference
- Object
Direct Known Subclasses
Defined in:
build/source/source.crInstance Method Summary
-
#name : String
The user-facing name of the source.
-
#root_path(crystal_version : String) : String
Get the path to the main Crystal directory given the downloaded tarball structure.
-
#url_for(crystal_version : String, platform : String, arch : String) : String
Get a URI for downloading a Crystal tarball with a given crystal_version.
Instance Method Detail
abstract
def root_path(crystal_version : String) : String
#
Get the path to the main Crystal directory given the downloaded tarball structure.
abstract
def url_for(crystal_version : String, platform : String, arch : String) : String
#
Get a URI for downloading a Crystal tarball with a given crystal_version.