belr from home:kimi:telephony-ithod project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_kimi_telephony-ithod_Arch]
Server = https://download.opensuse.org/repositories/home:/kimi:/telephony-ithod/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:kimi:telephony-ithod/Arch/$(uname -m)/home_kimi_telephony-ithod_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_kimi_telephony-ithod_Arch/belr
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:kimi:telephony-ithod/Fedora_Rawhide/home:kimi:telephony-ithod.repo
dnf install belr
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:kimi:telephony-ithod/Fedora_40/home:kimi:telephony-ithod.repo
dnf install belr
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:kimi:telephony-ithod/Fedora_39/home:kimi:telephony-ithod.repo
dnf install belr

Packages for Fedora Rawhide:

Packages for Fedora 40:

Packages for Fedora 39:

For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:kimi:telephony-ithod/openSUSE_Tumbleweed/home:kimi:telephony-ithod.repo
zypper refresh
zypper install belr

Packages for openSUSE Tumbleweed: