common/hooks: add some hooks moved from xbps-src (not yet used).
This commit is contained in:
parent
372ed2763f
commit
907f392e4d
11 changed files with 486 additions and 0 deletions
|
@ -6,6 +6,9 @@ specified phase. The shell hooks are simply shell snippets (must not be
|
|||
executable nor contain a shebang) that are processed lexically by xbps-src.
|
||||
Only files with the `.sh` extension are processed.
|
||||
|
||||
A shell hook must provide a `hook()` function which is the entry point to
|
||||
execute it via xbps-src.
|
||||
|
||||
The following directories are used to set the order in which the hooks
|
||||
should be processed by xbps-src:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue