mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
12 lines
342 B
Markdown
12 lines
342 B
Markdown
# pkgctl build
|
|
|
|
> Bouw pakketten in een schone `chroot`.
|
|
> Meer informatie: <https://manned.org/pkgctl-build.1>.
|
|
|
|
- Kies automatisch het juiste build script om pakketten in een schone `chroot` te bouwen:
|
|
|
|
`pkgctl build`
|
|
|
|
- Bouw pakketten handmatig in een schone `chroot`:
|
|
|
|
`pkgctl build --arch {{architecture}} --repo {{repository}} --clean`
|