Minor changes: comments in instructions.cr

master
Philippe Pittoli 2021-03-09 17:57:47 +01:00
parent c8ff92b508
commit 5ce3856eb9
1 changed files with 4 additions and 4 deletions

View File

@ -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