hoe-packaging

hoe-packaging is a plugin for the hoe ruby projecthelper (https://github.com/seattlerb/hoe). It provides creation of rpm and deb packages, also a deployment to bintray.


Keywords
bintray, debian-packages, rake, rpm, ruby, rubygem
License
GPL-3.0
Install
gem install hoe-packaging -v 1.2.8

Documentation

hoe-packaging

What Where
code [https://github.com/saigkill/hoe-packaging]
docs [https://github.com/saigkill/hoe-packaging/wiki]
apidoc [http://www.rubydoc.info/gems/hoe-packaging]
bugs & feature requests [https://github.com/saigkill/hoe-packaging/issues]
openhub statistics [https://www.openhub.net/p/hoe-packaging]
authors blog [https://saschamanns.de]
min. rubyver 2.7.0
What Status
last public version Last Version
downloads latest Downloads latest
downloads all Downloads all
code quality Maintainability
continuous integration CI
dependencies Dependabot Status
security Security
vulnerabilities Known Vulnerabilities
documentation quality Documentation Quality

SCREENSHOT

Screenshot

DESCRIPTION

hoe-packaging is a plugin for the hoe ruby projecthelper ([https://github.com/seattlerb/hoe]). It provides creation of rpm and deb packages, also a deployment to bintray.

The CHANGELOG.md contains a detailed description on what has changed.

hoe-packaging is released under the GPL3 License, see the file 'LICENSE.md' for more information.

The official web site is:

[https://github.com/saigkill/hoe-packaging]

FEATURES

  • creating of deb & rpm packages
  • deploying to bintray.

This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS, i'm happy about Pull requests.

See the {Tracker}[https://github.com/saigkill/hoe-packaging/issues] for checking known issues.

SYNOPSIS

Use in your Rakefile:

Hoe.plugin :packaging

Hoe.spec 'yourproject' do
...
end

Also add hoe-packaging to your requirements and recreate your Gemfile.

Read the documentation at: [https://github.com/saigkill/hoe-packaging/wiki]

REQUIREMENTS

  • fpm
  • fpm-cookery

INSTALL

The installation is very easy.

gem install hoe-packaging

DEVELOPERS

After checking out the source, run:

$ rake newb

This task will install any missing dependencies, run the tests/specs, and generate the RDoc.