makepkg: add clean option (#6540)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
> Creates a package installable with the `pacman` package manager.
|
> Creates a package installable with the `pacman` package manager.
|
||||||
> Runs the commands from a `PKGBUILD` file to build the package.
|
> 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`):
|
- Make a package (run in the same directory as a `PKGBUILD`):
|
||||||
|
|
||||||
@@ -19,3 +19,7 @@
|
|||||||
- Make a package, but skip source checksums:
|
- Make a package, but skip source checksums:
|
||||||
|
|
||||||
`makepkg --skipchecksums`
|
`makepkg --skipchecksums`
|
||||||
|
|
||||||
|
- Clean up work directories after a successful build:
|
||||||
|
|
||||||
|
`makepkg --clean`
|
||||||
|
Reference in New Issue
Block a user