DS-Homebrew Pacman Repository

NOTE: devkitPro pacman users should add dkp- to the start of every command. Windows users should not use sudo.

How to add:
  1. Add the key: sudo pacman-key --recv 58FEA0CA2E5DD47D --keyserver keyserver.ubuntu.com
  2. Verify the key: sudo pacman-key --finger 58FEA0CA2E5DD47D
  3. Locally sign the key: sudo pacman-key --lsign 58FEA0CA2E5DD47D
  4. Add the following to the end of your /etc/pacman.conf or $DEVKITPRO/pacman/etc/pacman.conf:

    All OSes:

    [dsh-libs]
    Server = https://pacman.ds-homebrew.com/
  5. Update your pacman database: sudo pacman -Sy