liblcf from home:easyrpg 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_easyrpg_Arch]
Server = https://download.opensuse.org/repositories/home:/easyrpg/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:easyrpg/Arch/$(uname -m)/home_easyrpg_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_easyrpg_Arch/liblcf
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:easyrpg/openSUSE_Tumbleweed/home:easyrpg.repo
zypper refresh
zypper install liblcf
For openSUSE Factory PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:easyrpg/openSUSE_Factory_PowerPC/home:easyrpg.repo
zypper refresh
zypper install liblcf
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:easyrpg/openSUSE_Factory_ARM/home:easyrpg.repo
zypper refresh
zypper install liblcf
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:easyrpg/15.6/home:easyrpg.repo
zypper refresh
zypper install liblcf
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:easyrpg/15.5/home:easyrpg.repo
zypper refresh
zypper install liblcf
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:easyrpg/15.4/home:easyrpg.repo
zypper refresh
zypper install liblcf

Packages for openSUSE Tumbleweed:

Packages for openSUSE Factory PowerPC:

Packages for openSUSE Factory ARM: