1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 20:55:24 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`