rtorrent-ps icon indicating copy to clipboard operation
rtorrent-ps copied to clipboard

Add "pkg2rpm" to build script

Open mgaulton opened this issue 8 years ago • 3 comments

Just curious if there is a RPM based install script already so I can install / build on a opensuse 42.2 machine.

Thanks.

mgaulton avatar Mar 08 '17 21:03 mgaulton

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.

pyroscope avatar Mar 09 '17 00:03 pyroscope

Ok, I'll take a look at trying that. I just needed a jumping off hint. thanks.

mgaulton avatar Mar 09 '17 17:03 mgaulton

See the commits in #48 and the new "pkg2pacman" function for a recipe how to do this.

pyroscope avatar Mar 09 '17 19:03 pyroscope