Files
AeroPkg/assets/etc/aeropkg.md
2025-09-18 12:21:01 +03:00

1.0 KiB

Aeropkg config file

Repository

Global settings

gnu /pkg/gnu/aeropkg/var/gnu
musl /pkg/gnu/aeropkg/var/musl

Trim options

Trimming removes unused files for a specified period

Usage:
pkg trim <repo> <date> [time] date: DD.MM.YYYY time: HH:mm:ss

Configure format
Relative paths with /pkg/, support wildcard Add ! to exclude

!**
!aeropkg

Env

Build stages environment

Example:
env
env <repo>
env <stage>
env <repo> <stage>
stage can be: download, patch, build, config

src_remove=true|false (default true)
pgo=generate|use (default none)
disable=true|false (default 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

echo "hooked"