Overview of fpm
mainfpm is a tool designed to make it easy and quick to build platform-native packages such as deb, rpm, osxpkg, freebsd, and more. It aims to simplify the packaging process by allowing users to specify an installation directory and dependencies, then automatically generating the appropriate package format.
Key capabilities include:
- Creating packages easily: Supports various formats like
deb,rpm, andfreebsd. - Tweaking existing packages: Allows for removing files or changing metadata and dependencies.
- Script manipulation: Enables stripping pre/post/maintainer scripts from existing packages.