Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 654 Bytes

README.markdown

File metadata and controls

13 lines (9 loc) · 654 Bytes

What the?

I like runit. A lot. I also like Redhat. A lot. What I didn't like was the lack of widely distributed RPMs for runit. Scott Likens made an RPM for version 2.0, so I thought I'd be a pal and take his RPM, update it to 2.1.1 and put it on Github for everyone to fork/clone/make fun of.

So, thanks to Scott for the RPMs and thanks to SuSE for the original spec/RPMs

Building

  1. Clone the repo
  2. yum install rpm-build rpmdevtools
  3. ./build.sh
  4. sudo rpm -i ~/rpmbuild/RPMS/*/*.rpm
  5. PROFIT!