We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Create a package from Git source
fpm -s git -t deb -v branch path/to/git/repo
Create a package from rpm spec file
fpm -s spec -t rpm mypackage.spec mypackage.rpm
Output spec file or srpm
fpm -s python -t srpm attic fpm -s python -t rpm --write-spec attic
Create a package file from luarocks
fpm -s luarock -t deb rockname
Create a package file from homebrew
fpm -s homebrew -t osxpkg rockname