Constants
BG_TEMPLATE = Barista.project_file("/behaviors/omnibus/packagers/scripts/pkg/background.png")
DISTRIBUTION_TEMPLATE = Barista.project_file("/behaviors/omnibus/packagers/scripts/pkg/distribution.xml.hbs")
LICENSE_TEMPLATE = Barista.project_file("/behaviors/omnibus/packagers/scripts/pkg/license.html.hbs")
SCRIPT_MAP = {:preinst => "preinstall", :postinst => "postinstall", :preinstall => "preinstall", :postinstall => "postinstall"}
WELCOME_TEMPLATE = Barista.project_file("/behaviors/omnibus/packagers/scripts/pkg/welcome.html.hbs")
Constructors
Class methods
Methods
#find_linked_libs(file_path) : Array(String)
#identifier(val : Union(String, Nil) | Nil = nil)
#license(*args, **options)
#license_template(val : String | Nil = nil)
#safe_architecture : String
#safe_base_package_name : String
#sign(bin, hardened_runtime = false)
#signing_identity(val : Union(String, Nil) | Nil = nil)
#welcome_template(val : String | Nil = nil)