Minor changes: comments in instructions.cr
This commit is contained in:
parent
c8ff92b508
commit
5ce3856eb9
@ -1,11 +1,11 @@
|
||||
|
||||
# Instructions for src-split, [pre-](configure|build|install) and post-install
|
||||
# User instructions for:
|
||||
# source-split, [pre-](configure|build|install) and post-install
|
||||
# Simple array of strings with a name.
|
||||
#
|
||||
# Methods:
|
||||
# - run(recipe) : BuildStatus
|
||||
# execute each instruction
|
||||
# instructions are provided by the recipe
|
||||
# - run(directory) : BuildStatus
|
||||
# execute each instruction in a shell in a sub process
|
||||
|
||||
class Package::Instructions < Array(String)
|
||||
getter phase : String
|
||||
|
Reference in New Issue
Block a user