Hi,
I recently needed to install CUPS drivers for Xerox Phaser 3020 printer on an rpm-ostree system. The manufacturer provides the driver as a tar with pre-built binaries and install.sh script that throws files around the system, so it’s not compatible with an immutable distro.
I built an RPM for this driver for personal use and now I’m wondering what is the best way to share it to help others.
At first I thought about Copr, but looks like projects in Copr needs to have a compatible license, which this binary driver doesn’t seem to have.
Next I thought about RPM Fusion, but looks like it’s not suitable for newcomers who don’t have existing status in Fedora and don’t know someone who can sponsor them.
My default would be to put it on GitHub for people to build themselves, but I wondered if there’s a better way to make installation easier for people and keep it up-to-date with new Fedora versions.
What would you recommend?