diff options
| author | 2019-01-28 12:41:05 +0100 | |
|---|---|---|
| committer | 2019-02-19 09:30:41 -0300 | |
| commit | 128fa9c4e864b314554e663adf417766a92d199d (patch) | |
| tree | 4fa334aa2bd2bbc73d125872b2a2961a52d86dd6 /Manual.md | |
| parent | nnn: update to 2.3. (diff) | |
Manual.md: complete functions list
Diffstat (limited to 'Manual.md')
| -rw-r--r-- | Manual.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Manual.md b/Manual.md index 2ec0753a269..358cb22a032 100644 --- a/Manual.md +++ b/Manual.md @@ -902,8 +902,14 @@ GObject Introspection The following functions can be defined to change the behavior of how the package is downloaded, compiled and installed. +- `pre_fetch()` Actions to execute before `do_fetch()`. + - `do_fetch()` if defined and `distfiles` is not set, use it to fetch the required sources. +- `post_fetch()` Actions to execute after `do_fetch()`. + +- `pre_extract()` Actions to execute after `post_fetch()`. + - `do_extract()` if defined and `distfiles` is not set, use it to extract the required sources. - `post_extract()` Actions to execute after `do_extract()`. |
