osc from home:runa-chin:osc 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_runa-chin_osc_Arch]
Server = https://download.opensuse.org/repositories/home:/runa-chin:/osc/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:runa-chin:osc/Arch/$(uname -m)/home_runa-chin_osc_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_runa-chin_osc_Arch/osc
For Debian Unstable run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/runa-chin:/osc/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:runa-chin:osc.list
curl -fsSL https://download.opensuse.org/repositories/home:runa-chin:osc/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_runa-chin_osc.gpg > /dev/null
sudo apt update
sudo apt install osc
For Debian Testing run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/runa-chin:/osc/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:runa-chin:osc.list
curl -fsSL https://download.opensuse.org/repositories/home:runa-chin:osc/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_runa-chin_osc.gpg > /dev/null
sudo apt update
sudo apt install osc

Packages for Debian Testing:

For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:runa-chin:osc/Fedora_Rawhide/home:runa-chin:osc.repo
dnf install osc
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:runa-chin:osc/Mageia_Cauldron/home:runa-chin:osc.repo
dnf install osc
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:runa-chin:osc/openSUSE_Tumbleweed/home:runa-chin:osc.repo
zypper refresh
zypper install osc
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:runa-chin:osc/openSUSE_Slowroll/home:runa-chin:osc.repo
zypper refresh
zypper install osc