makepkg: add clean option (#6540)

This commit is contained in:
Managor
2021-09-16 22:27:17 +03:00
committed by GitHub
parent 53bb082889
commit 9899a25197

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`