Skip to content
Daniel Bair edited this page Jun 4, 2016 · 12 revisions

Feature Requests

  1. Create a package from Git source
  • Example:
fpm -s git -t deb -v branch path/to/git/repo
  1. Create a package from rpm spec file * Example:
frpm -s spec -t rpm mypackage.spec mypackage.rpm
  1. Output spec file or srpm * Example:
fpm -s python -t srpm attic  

fpm -s python -t rpm --write-spec attic
  1. Create a package file from luarocks * Example:
fpm -s luarock -t deb rockname
  1. Create a package file from homebrew * Example:
fpm -s homebrew -t osxpkg rockname
Clone this wiki locally