struct Omnibus::Builder

Included Modules

Defined in:

omnibus/builder.cr

Constructors

Instance Method Summary

Instance methods inherited from module Omnibus::OS::Helper

with_embedded_path(env = {} of String => String) with_embedded_path, with_standard_compiler_flags(env = {} of String => String, opts = {} of String => String) with_standard_compiler_flags

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def block(&block : -> ) #

[View source]
def command(command : String, **opts) #

[View source]
def copy(from : String, to : String) #

[View source]
def install_dir #

[View source]
def mkdir(path : String) #

[View source]
def patch(patch : String, **args) #

[View source]
def source_dir #

[View source]
def tar_xvf(tar_file : String, dest_dir : String) #

[View source]
def wget(from : String, to : String) #

[View source]