Skip to content
stepps edited this page Feb 25, 2015 · 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

Clone this wiki locally