class Build::GithubSource
- Build::GithubSource
- Build::Source
- Reference
- Object
Defined in:
build/source/github_source.crConstructors
Instance 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 methods inherited from class Build::Source
name : String
name,
root_path(crystal_version : String) : String
root_path,
url_for(crystal_version : String, platform : String, arch : String) : String
url_for
Constructor Detail
Instance Method Detail
def root_path(crystal_version : String) : String
#
Description copied from class Build::Source
Get the path to the main Crystal directory given the downloaded tarball structure.
def url_for(crystal_version : String, platform : String, arch : String) : String
#
Description copied from class Build::Source
Get a URI for downloading a Crystal tarball with a given crystal_version.