jordansissel / fpm

Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
http://fpm.readthedocs.io/en/latest/
Other
11.13k stars 1.07k forks source link

generate Homebrew recipes #914

Open mcandre opened 9 years ago

mcandre commented 9 years ago

Could fpm output Homebrew recipes to make it easier for developers to get their software to Mac OS X users?

arif-dewi commented 8 years ago

+1

jasonkarns commented 5 years ago

dupe of #899 though I'd actually suggest #899 be closed since this ticket's summary and description are a bit more descriptive (IMO)

jasonkarns commented 5 years ago

It's worth mentioning a host of projects that are specific to homebrew that align with the goal of treating homebrew as a target:

https://github.com/sportngin/brew-gem https://github.com/hanxue/brew-pip https://github.com/jasonkarns/brew-npm (still WIP)

Each of these are brew plugins (External Commands in homebrew terminology) that generate homebrew formula on the fly from a language-specific package manager (rubygems, pip, and npm, respectively)