pkg download command and patches
This commit is contained in:
@ -4,12 +4,18 @@ Aeropkg config file
|
||||
> # Repository
|
||||
> Global settings
|
||||
|
||||
``` cfg *** Repository list and priority ***
|
||||
``` cfg *** .pkg files sources ***
|
||||
gnu /pkg/gnu/aeropkg/var/gnu
|
||||
musl /pkg/gnu/aeropkg/var/musl
|
||||
nolibc /pkg/gnu/aeropkg/var/nolibc
|
||||
```
|
||||
|
||||
``` cfg *** download sources ***
|
||||
gnu root@aura:/pkg/gnu/
|
||||
musl root@aura:/pkg/musl/
|
||||
nolibc root@aura:/pkg/nolibc/
|
||||
```
|
||||
|
||||
|
||||
> # Env
|
||||
> Block name `env *** env ***`
|
||||
@ -20,16 +26,14 @@ nolibc /pkg/gnu/aeropkg/var/nolibc
|
||||
> Repo, stages - optional
|
||||
> Valid stages: download, patch, build, config.
|
||||
> `Params`
|
||||
> save_source=true (default: none)
|
||||
> pgo=generate|use (default: none)
|
||||
> disable=true|false (default: false)
|
||||
> save_source
|
||||
> pgo_gen
|
||||
> pgo_use
|
||||
> disable
|
||||
|
||||
``` env *** env ***
|
||||
SHELL=/bin/zsh
|
||||
```
|
||||
|
||||
``` env *** env gnu ***
|
||||
save_source=false
|
||||
mount_usr_dir
|
||||
```
|
||||
|
||||
> # Hooks
|
||||
|
||||
Reference in New Issue
Block a user