2025-03-14 21:59:59 -06:00
|
|
|
# pkgctl build
|
|
|
|
|
|
|
|
|
|
> Build packages inside a clean `chroot`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://manned.org/pkgctl-build>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Automatically choose the right build script to build packages in a clean `chroot`:
|
|
|
|
|
|
|
|
|
|
`pkgctl build`
|
|
|
|
|
|
|
|
|
|
- Manually build packages in a clean `chroot`:
|
|
|
|
|
|
|
|
|
|
`pkgctl build --arch {{architecture}} --repo {{repository}} --clean`
|