• Stars
    star
    10,867
  • Rank 2,939 (Top 0.06 %)
  • Language
    Ruby
  • License
    Other
  • Created over 13 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.

fpm

Chat Gem

The goal of fpm is to make it easy and quick to build packages such as rpms, debs, OSX packages, etc.

fpm, as a project, exists to help you build packages, therefore:

  • If fpm is not helping you make packages easily, then there is a bug in fpm.
  • If you are having a bad time with fpm, then there is a bug in fpm.
  • If the documentation is confusing, then this is a bug in fpm.

If there is a bug in fpm, then we can work together to fix it. If you wish to report a bug/problem/whatever, I welcome you to do on the project issue tracker.

You can find out how to use fpm in the documentation.

You can learn how to install fpm on your platform in the installation guide.

Project Principles

  • Community: If a newbie has a bad time, it's a bug.
  • Engineering: Make it work, then make it right, then make it fast.
  • Capabilities: If it doesn't do a thing today, we can make it do it tomorrow.

Backstory

Sometimes packaging is done wrong (because you can't do it right for all situations), but small tweaks can fix it.

And sometimes, there isn't a package available for the tool you need.

And sometimes if you ask "How do I get python 3.9 on RHEL 8?" some unhelpful trolls will tell you to "Use another distro"

Further, job switches have me flipping between Ubuntu and CentOS. These use two totally different package systems with completely different packaging policies and support tools. Learning both was painful and confusing. I want to save myself (and you) that pain in the future.

It should be easy to say "here's my install dir and here's some dependencies; please make a package"

The Solution - FPM

I wanted a simple way to create packages without needing to memorize too much.

I wanted a tool to help me deliver software with minimal steps or training.

The goal of FPM is to be able to easily build platform-native packages.

With fpm, you can do many things, including:

  • Creating packages easily (deb, rpm, freebsd, etc)
  • Tweaking existing packages (removing files, changing metadata/dependencies)
  • Stripping pre/post/maintainer scripts from packages

Things that should work

Sources:

  • gem (even autodownloaded for you)
  • python modules (autodownload for you)
  • pear (also downloads for you)
  • directories
  • tar(.gz) archives
  • rpm
  • deb
  • node packages (npm)
  • pacman (ArchLinux) packages

Targets:

  • deb
  • rpm
  • solaris
  • freebsd
  • tar
  • directories
  • Mac OS X .pkg files (osxpkg)
  • pacman (ArchLinux) packages

More Repositories

1

xdotool

fake keyboard/mouse input, window management, and more
C
2,728
star
2

pleaserun

An attempt to abstract this "init" script madness.
Ruby
1,168
star
3

heroku-buildpack-meteor

a heroku buildpack for meteor (meteor.com)
Shell
589
star
4

keynav

retire your mouse.
C
539
star
5

puppet-examples

A collection of advanced puppet examples (uses older versions of puppet v3/v2)
Puppet
392
star
6

grok

DRY and RAD for regular expressions and then some.
C
238
star
7

ruby-cabin

Structured+contextual logging experiments in Ruby
Ruby
154
star
8

eventmachine-tail

Ruby EventMachine file tailing and friends. 'gem install eventmachine-tail' to install.
Ruby
127
star
9

experiments

random experiments
JavaScript
126
star
10

ruby-filewatch

ruby api for file watching and tailing.
Ruby
90
star
11

software-patterns

Ruby
71
star
12

fex

fex - flexible field/token extraction
Shell
57
star
13

ruby-grok

Pure-ruby implementation of grok.
Ruby
54
star
14

rvm-packaging

Automatic packaging (rpm/deb) for rvm and its rubies
Shell
51
star
15

fingerpoken

Use your browser as a remote and touchpad (iphone/ipad/laptop, etc)
Ruby
44
star
16

ruby-netty-eventmachine

EventMachine-compatible API on top of Netty - for JRuby
Ruby
44
star
17

s3cleaner

Amazon S3 file cleaner - delete things older than a certain age, matching a pattern, etc.
Python
41
star
18

ruby-stud

Common software patterns I use frequently.
Ruby
36
star
19

ruby-sshkeyauth

Use SSH keys for signing and verifying data (outside of ssh servers)
Ruby
36
star
20

syslog-shipper

UNMAINTAINED - Ship logs from files to a syslog server
Ruby
35
star
21

ruby-minstrel

A ruby instrumentation tool
Ruby
32
star
22

ruby-ftw

Ruby FTW - For The Web. Experimentation in web clients and servers.
Ruby
31
star
23

dotfiles

dotfiles and friends.
Ruby
28
star
24

jruby-elasticsearch

Native Java ElasticSearch for JRuby
Ruby
28
star
25

shatty

share tty (record, play, share)
Ruby
25
star
26

vagrant-port

Vagrant 'port' plugin (for querying forwarded ports)
Ruby
22
star
27

shebang

A better #! runner than /usr/bin/env
C
21
star
28

fosl

Ruby API using lsof(1)
Ruby
20
star
29

sysadvent

Systems Administrator Advent Calendar
Perl
18
star
30

ruby-arr-pm

Ruby RPM library (pure ruby, no librpm)
Ruby
16
star
31

procnanny

Process Nanny. It's like daemontools or supervisord, but fun.
C++
15
star
32

eventmachine-vnc

EventMachine VNC/RFB protocol support
Ruby
14
star
33

gem-packaging

gem packaging tools
Shell
12
star
34

batcave

An attempt to make a digital batcave.
Ruby
11
star
35

vxin

Visualization (v11n, v XI n) experiments
JavaScript
11
star
36

elasticsearch-on-heroku

ElasticSearch run on Heroku
Java
11
star
37

pam_captcha

Make ssh more fun with a figlet captcha.
C
10
star
38

python-rightscale

An object-oriented interface to RightScale's API.
Python
10
star
39

vagrant-tricks

A collection of vagrant tricks
Ruby
10
star
40

vim-ackmore

My vim stuff.
Vim Script
9
star
41

ruby-flores

Exploration in randomized testing (fuzzing, stress testing, etc)
Ruby
9
star
42

parasite

parasite? live on another process.
C
8
star
43

ruby-grok-ui

UNMAINTAINED - A grok ui.
JavaScript
7
star
44

python-packaging

DEPRECATED. Use: http://github.com/jordansissel/fpm
Shell
6
star
45

extlookup.rb

puppet's extlookup from the commandline
6
star
46

puppet-pleaserun

A custom type for puppet that allows you to use pleaserun to create init, launchd, upstart, systemd, and may more 'init' script thingies.
Ruby
6
star
47

presentation-an-implementation-of-puppet

Presentation of puppet use at loggly (masterless, nodeless, exported resources, style recommendations, etc)
JavaScript
5
star
48

grok-cpp

Grok written in C++, this is no longer maintained. Let it serve as a warning to others. ;)
C++
5
star
49

djbdnsplus

Fork of djbdns 1.05
C
5
star
50

ruby-backport-bij

Backporting ruby features so shit keeps working on systems people actually have in production.
Ruby
4
star
51

message-passing

experiments in message passing
Ruby
4
star
52

demo.logstash.net

config management for the demo.logstash.net machine(s)
Ruby
4
star
53

ruby-O_o

raise O_o
Ruby
4
star
54

websocket-log-demo

UNMAINTAINED
Ruby
4
star
55

firefox-tabsearch

Find-as-you-type tab searching for Firefox.
Shell
4
star
56

ruby-insist

I insist. (a testing tool for ruby)
Ruby
4
star
57

zmqexec

zmq exec
C
4
star
58

puppet-workstation

Puppet manifests for my workstation(s)
Puppet
4
star
59

tmux

svn-git mirrored tmux for me to play with.
C
4
star
60

semicomplete.com

semicomplete.com projects
HTML
3
star
61

ruby-lsof

You really want 'fosl'
3
star
62

node-packaging

npm -> another format, like .deb
Ruby
3
star
63

go-cabin

go logging and stuff.
Go
3
star
64

fastest_sites

Sort FreeBSD Ports MASTER_SITE_* things by speed to you.
Python
3
star
65

heroku-buildpack-varnish

Shell
3
star
66

xboxproxy

xboxproxy, resurrected.
Python
3
star
67

rubygems-regression

regression tests for rubygems
2
star
68

packer

UNMAINTAINED - an example tool for packing up ruby apps into a tarball including all dependencies. This was for an interview a while ago.
Ruby
2
star
69

ruby-rplot

Experimenting with SVG and graphint
Ruby
2
star
70

twitter-spamwatch

Maybe pick out some spam from the twitters.
2
star
71

perl-Term-Shelly

Term::Shelly is a readline-ish terminal interface for perl.
Perl
2
star
72

freebsd-newmoused

An old effort to improve moused on freebsd. Needs new owner.
C
2
star
73

python-pimp

Web-based self-managed mp3 radio. This project is not maintained.
JavaScript
2
star
74

heumon

Experiments in clicking.
JavaScript
2
star
75

tic

A terminal-based AIM client for Perl. Uses Net::OSCAR. Written in 2004, still seems to work :)
Perl
2
star
76

sample-rpms

RPMs for testing ruby-arr-pm
2
star
77

go-lumberjack

Moves logs... and stuff.
2
star
78

slashport

An experiment in exported metrics and monitoring
Ruby
2
star
79

ruby-cabin-web

UNMAINTAINED - A web interface to data flowing into cabin
Ruby
2
star
80

ruby-acme-tlap

Ruby Acme::TLAP (Talk Like A Pirate)
2
star
81

ifwm

A window manager project. Perhaps I'll finish it some day.
C
2
star
82

chef-lumberjack-cookbook

chef cookbook for lumberjack
Ruby
2
star
83

firefox-urledit

A url editor extension for Firefox
JavaScript
2
star
84

windows-winmgr

An attempt to add type-to-find to Windows.
C++
2
star
85

slideshow-template-jls

slideshow template 'jls'
JavaScript
2
star
86

googlemaps-traffic-sms

Email gateway for getting google maps traffic snapshots to your phone.
Python
2
star
87

semicomplete-googlecode-archive

An archive of my old semicomplete.googlecode.com svn repo. Hasn't been touched really since 2012.
C
1
star
88

react-boilerplate-fun

JavaScript
1
star
89

veewee-jenkins

Ruby
1
star
90

keymux

1
star
91

button-game

A toy I made.
Python
1
star
92

example

1
star
93

this-is-only-a-test

This is only a test. I promise!
1
star
94

ipmi

C++
1
star
95

omnibus-fpm

UNMAINTAINED
1
star