ark-to-rpm
This is a tool to make RPMs from tar gz archives. It's inspired by the Opscode Chef Ark and Jordan Sissel's FPM tool - and it relies on the latter.
Installation
Add this line to your application's Gemfile:
gem 'ark_to_rpm'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ark_to_rpm
Usage
To get help, use:
$ ark_to_rpm -h
Contributing
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request