
makepkg
List of commands for makepkg:
-
makepkg:tldr:16c4f makepkg: Make a package, install its dependencies then install it to the system.$ makepkg --syncdeps --installtry on your machineexplain this command
-
makepkg:tldr:60bb0 makepkg: Generate and save the source information into `.SRCINFO`.$ makepkg --printsrcinfo > .SRCINFOtry on your machineexplain this command
-
makepkg:tldr:7a823 makepkg: Make a package, but skip checking the source's hashes.$ makepkg --skipchecksumstry on your machineexplain this command
-
makepkg:tldr:9e9ee makepkg: Make a package and install its dependencies.$ makepkg --syncdepstry on your machineexplain this command
-
makepkg:tldr:ae599 makepkg: Verify the hashes of the sources.$ makepkg --verifysourcetry on your machineexplain this command
-
makepkg:tldr:f9acc makepkg: Clean up work directories after a successful build.$ makepkg --cleantry on your machineexplain this command