makepkg: add clean option (#6540)

beep
Managor 2021-09-16 22:27:17 +03:00 committed by GitHub
parent 53bb082889
commit 9899a25197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
> Creates a package installable with the `pacman` package manager.
> Runs the commands from a `PKGBUILD` file to build the package.
> More information: <https://wiki.archlinux.org/index.php/Makepkg>.
> More information: <https://man.archlinux.org/man/makepkg.8>.
- Make a package (run in the same directory as a `PKGBUILD`):
@ -19,3 +19,7 @@
- Make a package, but skip source checksums:
`makepkg --skipchecksums`
- Clean up work directories after a successful build:
`makepkg --clean`