Skip to content

Instantly share code, notes, and snippets.

@rhovelz
Created September 23, 2024 02:48
Show Gist options
  • Save rhovelz/be7a14456326b20f7423284d985fbd56 to your computer and use it in GitHub Desktop.
Save rhovelz/be7a14456326b20f7423284d985fbd56 to your computer and use it in GitHub Desktop.

Makepkg Arch

makepkg -Cfsi

  • -C, --cleanbuild Remove $srcdir/ dir before building the package
  • -f, --force Overwrite existing package
  • -s, --syncdeps Install missing dependencies with pacman
  • -i, --install Install package after successful build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment