mirror of
https://github.com/jordansissel/fpm
synced 2024-12-21 00:24:13 +01:00
10de8fe1f2
To give the makefile the needed git tags information (from source) |
||
---|---|---|
.. | ||
Makefile | ||
README.md |
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