module

Pk::Build

Constants

HOST_ARCH = {% if flag?(:x86_64) %} "x86_64" {% elsif flag?(:aarch64) %} "aarch64" {% elsif flag?(:riscv64) %} "riscv64" {% else %} "unknown" {% end %}

Class methods

execute(recipe_path : String, output_dir : String | Nil = nil, compare : Bool = false, target_arch : String | Nil = nil)
Source

Nested types