obs-service-tar_scm from home:jcgl project

Sty agraw n unessmres nnek/m

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_jcgl_Arch]
Server = https://download.opensuse.org/repositories/home:/jcgl/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:jcgl/Arch/$(uname -m)/home_jcgl_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_jcgl_Arch/obs-service-tar_scm
For CentOS CentOS-9 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:jcgl/CentOS_CentOS-9_Stream/home:jcgl.repo
yum install obs-service-tar_scm
For CentOS CentOS-10 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:jcgl/CentOS_CentOS-10_Stream/home:jcgl.repo
yum install obs-service-tar_scm
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:jcgl/Fedora_Rawhide/home:jcgl.repo
dnf install obs-service-tar_scm
For Fedora 43 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:jcgl/Fedora_43/home:jcgl.repo
dnf install obs-service-tar_scm
For Fedora 42 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:jcgl/Fedora_42/home:jcgl.repo
dnf install obs-service-tar_scm
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:jcgl/Fedora_41/home:jcgl.repo
dnf install obs-service-tar_scm
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jcgl/openSUSE_Tumbleweed/home:jcgl.repo
zypper refresh
zypper install obs-service-tar_scm
For 16.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:jcgl/16.0/home:jcgl.repo
zypper refresh
zypper install obs-service-tar_scm