1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:53:34 +02:00

makepkg: add commands (#7577)

This commit is contained in:
CleanMachine1 2021-12-26 15:58:12 +00:00 committed by GitHub
parent 27cbb29209
commit 32ad431919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,3 +23,11 @@
- Clean up work directories after a successful build:
`makepkg --clean`
- Verify the hashes of the sources:
`makepkg --verifysource`
- Generate and save the source information into `.srcinfo`:
`makepkg --printsrcinfo > .srcinfo`