From d7e83c9a2b8a4ec59c6c332c96624c5c1756bacf Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 8 May 2025 06:05:21 +0300 Subject: [PATCH] makepkg: add example (#16391) --- pages/linux/makepkg.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/linux/makepkg.md b/pages/linux/makepkg.md index 80be65f591..d49ac59b22 100644 --- a/pages/linux/makepkg.md +++ b/pages/linux/makepkg.md @@ -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]}}`