mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 16:46:04 +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
|
# makepkg
|
||||||
|
|
||||||
> Creates a package installable with the `pacman` package manager.
|
> Create a package which can be used with `pacman`.
|
||||||
> Runs the commands from a `PKGBUILD` file to build the package.
|
> Uses the `PKGBUILD` file in the current working directory by default.
|
||||||
> More information: <https://man.archlinux.org/man/makepkg.8>.
|
> More information: <https://man.archlinux.org/man/makepkg.8>.
|
||||||
|
|
||||||
- Make a package (run in the same directory as a `PKGBUILD`):
|
- Make a package:
|
||||||
|
|
||||||
`makepkg`
|
`makepkg`
|
||||||
|
|
||||||
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
`makepkg --syncdeps`
|
`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`
|
`makepkg --syncdeps --install`
|
||||||
|
|
||||||
- Make a package, but skip source checksums:
|
- Make a package, but skip checking the source's hashes:
|
||||||
|
|
||||||
`makepkg --skipchecksums`
|
`makepkg --skipchecksums`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue