deadbeef-plugin-statusnotifier from home:drommer:archlinux project

Seleccione o seu sistema operativo

Para Arch Linux, edite /etc/pacman.conf e engada o seguinte (a orde dos repositorios é importante en pacman.conf, xa que pacman sempre descarga o primeiro paquete que atopa):
[home_drommer_archlinux_Arch]
Server = https://download.opensuse.org/repositories/home:/drommer:/archlinux/Arch/$arch
Despois execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:drommer:archlinux/Arch/$(uname -m)/home_drommer_archlinux_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_drommer_archlinux_Arch/deadbeef-plugin-statusnotifier