rtorrent-ps
rtorrent-ps copied to clipboard
Add "pkg2rpm" to build script
Just curious if there is a RPM based install script already so I can install / build on a opensuse 42.2 machine.
Thanks.
Install "fpm", add any needed options in the "pkg2deb" function of build.sh (or copy to a pkg2rpm one), build RPM with build.sh, do a PR so other users can get RPM packaging.
I only use Debian-based systems.
Ok, I'll take a look at trying that. I just needed a jumping off hint. thanks.
See the commits in #48 and the new "pkg2pacman" function for a recipe how to do this.