mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 08:15:28 +02:00
makepkg: add example (#16391)
This commit is contained in:
parent
0ca7f314bf
commit
d7e83c9a2b
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
- Make a package, install its dependencies then install it to the system:
|
||||
|
||||
`makepkg {{[-s|--syncdeps]}} {{[-i|--install]}}`
|
||||
`makepkg {{[-si|--syncdeps --install]}}`
|
||||
|
||||
- Make a package, but skip checking the source's hashes:
|
||||
|
||||
|
@ -31,3 +31,7 @@
|
|||
- Generate and save the source information into `.SRCINFO`:
|
||||
|
||||
`makepkg --printsrcinfo > .SRCINFO`
|
||||
|
||||
- Download the source and install only the build dependencies for a program:
|
||||
|
||||
`makepkg {{[-so|--syncdeps --nobuild]}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue