mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:26:02 +02:00
makepkg: refresh (#7499)
This commit is contained in:
parent
6ced4b1e73
commit
a7c60a0e91
1 changed files with 5 additions and 5 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue