Cross package maker. DEB/RPM generation or conversion. Derived from jordansissel/fpm.

⌈⌋ ⎇ branch:  cross package maker


Artifact [be22bf3464]

Artifact be22bf3464036b9ed453646babb0afbaf7d32847:

  • File examples/fpm-with-system-ruby/README.md — part of check-in [38c72930ed] at 2014-01-23 06:47:55 on branch trunk — anally retentive tweaks (user: nicobrevin@gmail.com size: 550) [more...]

About

  • build and install dependency on a ruby1.9 of some kind
  • does not need root to package
  • has its own GEM_DIR to keep its dependencies isolated
  • installation does not install any gems in to your ruby environment
  • installs in to standard locations /usr/{bin,lib}/fpm
  • doesn't depend on having fpm installed for packaging to work

Dependencies

  • build-essential (perhaps more, but basically the standard packages you need for deb packaging)
  • ruby and ruby-dev

Usage

  • $ cd examples/fpm-with-system-ruby && make package