1
0
Fork 0
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:
Managor 2025-05-08 06:05:21 +03:00 committed by GitHub
parent 0ca7f314bf
commit d7e83c9a2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]}}`