config update

This commit is contained in:
2025-09-03 23:58:59 +03:00
parent cce69cabb2
commit 8c6c58e6e6

View File

@ -12,3 +12,33 @@ musl /pkg/gnu/aeropkg/var/musl
``` cfg *** Clean include ***
```
> # Env
> Build stages environment
>
> Example:
> env
> env \<repo\>
> env \<stage\>
> env \<repo\> \<stage\>
> stage can be: download, patch, build, config
``` cfg *** env <repo> <stage> ***
src_remove=false
```
> # Hooks
> Execute a shell script for a specific repository
>
> Example:
> hook \<repo\> \<stage\>
> hook \<stage\>
> stage can be: download, patch, build, config
>
> hook env
> pkgname - package name
> repo - repository name
``` cfg *** hook <repo> <stage> ***
echo "hooked"
```