class

Build::GithubSource

Inherits Build::Source / Reference / Object

Constructors

Instance methods

name

The user-facing name of the source.

Source
root_path(crystal_version : String) : String

Get the path to the main Crystal directory given the downloaded tarball structure.

Source
url_for(crystal_version : String, platform : String, arch : String) : String

Get a URI for downloading a Crystal tarball with a given crystal_version.

Source