mirror of
https://github.com/jordansissel/fpm
synced 2024-12-22 00:34:15 +01:00
550 B
550 B
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