Cookery stuff for building Ruby for RHEL-ish platforms.
The process is pretty simple to build these packages:
yum install -y rpmdevtools ruby-devel rubygems ruby
gem install bundler --no-ri --no-rdoc
bundle install
fpm-cook package -t rpm -p centos <version.rb>
- Wait a little while and the package will be in
pkg/
Other fun:
- This repo is Apache 2 licensed. The full text is available in this repo and must be redistributed.
- Email Sam with any problems/questions, otherwise open issue against this repo.