config update

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

View File

@ -1,14 +1,50 @@
Aeropkg config file
=
> # Repository
>
``` cfg *** Repository list and priority ***
gnu /pkg/gnu/aeropkg/var/gnu
musl /pkg/gnu/aeropkg/var/musl
```
> # 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"
```
``` cfg *** Clean exclude ***
*
```
``` cfg *** Clean include ***
```