struct

Pk::Build::Recipe::Hooks

Inherits Struct < Value < Object

Constructors

new(pre_fetch : Nil | String = nil, post_fetch : Nil | String = nil, pre_prepare : Nil | String = nil, post_prepare : Nil | String = nil, pre_build : Nil | String = nil, post_build : Nil | String = nil, pre_check : Nil | String = nil, post_check : Nil | String = nil, pre_package : Nil | String = nil, post_package : Nil | String = nil, pre_post : Nil | String = nil, post_post : Nil | String = nil, pre_install : Nil | String = nil, post_install : Nil | String = nil)
Source

Instance methods

post_build
Source
post_build=(post_build : String | Nil)
Source
post_check
Source
post_check=(post_check : String | Nil)
Source
post_fetch
Source
post_fetch=(post_fetch : String | Nil)
Source
post_install
Source
post_install=(post_install : String | Nil)
Source
post_package
Source
post_package=(post_package : String | Nil)
Source
post_post
Source
post_post=(post_post : String | Nil)
Source
post_prepare
Source
post_prepare=(post_prepare : String | Nil)
Source
pre_build
Source
pre_build=(pre_build : String | Nil)
Source
pre_check
Source
pre_check=(pre_check : String | Nil)
Source
pre_fetch
Source
pre_fetch=(pre_fetch : String | Nil)
Source
pre_install
Source
pre_install=(pre_install : String | Nil)
Source
pre_package
Source
pre_package=(pre_package : String | Nil)
Source
pre_post
Source
pre_post=(pre_post : String | Nil)
Source
pre_prepare
Source
pre_prepare=(pre_prepare : String | Nil)
Source