makepkg: refresh (#7499)

This commit is contained in:
CleanMachine1
2021-12-05 21:31:22 +00:00
committed by GitHub
parent 6ced4b1e73
commit a7c60a0e91

View File

@@ -1,10 +1,10 @@
# makepkg
> Creates a package installable with the `pacman` package manager.
> Runs the commands from a `PKGBUILD` file to build the package.
> Create a package which can be used with `pacman`.
> Uses the `PKGBUILD` file in the current working directory by default.
> More information: <https://man.archlinux.org/man/makepkg.8>.
- Make a package (run in the same directory as a `PKGBUILD`):
- Make a package:
`makepkg`
@@ -12,11 +12,11 @@
`makepkg --syncdeps`
- Same as above, but install the package with `pacman` when done:
- Make a package, install its dependencies then install it to the system:
`makepkg --syncdeps --install`
- Make a package, but skip source checksums:
- Make a package, but skip checking the source's hashes:
`makepkg --skipchecksums`