Manual.md: complete functions list

This commit is contained in:
Piotr Wójcik 2019-01-28 12:41:05 +01:00 committed by maxice8
parent 00d609b950
commit 128fa9c4e8
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 6 additions and 0 deletions

View File

@ -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()`.