Skip to content
Snippets Groups Projects
Name Last commit Last update
Library/Homebrew/cmd
Library/Homebrew/compat
Library/Homebrew/debrew
Library/Homebrew/dev-cmd
Library/Homebrew/extend
Library/Homebrew/hooks
Library/Homebrew/language
Library/Homebrew/manpages
Library/Homebrew/os
Library/Homebrew/requirements
Library/Homebrew/test
Library/Homebrew/utils
Library/Homebrew/vendor
Library/Homebrew/README.md
Library/Homebrew/blacklist.rb
Library/Homebrew/build.rb
Library/Homebrew/build_environment.rb
Library/Homebrew/build_options.rb
Library/Homebrew/caveats.rb
Library/Homebrew/checksum.rb
Library/Homebrew/cleaner.rb
Library/Homebrew/cleanup.rb
Library/Homebrew/compat.rb
Library/Homebrew/compilers.rb
Library/Homebrew/config.rb
Library/Homebrew/cxxstdlib.rb
Library/Homebrew/debrew.rb
Library/Homebrew/dependable.rb
Library/Homebrew/dependencies.rb
Library/Homebrew/dependency.rb
Library/Homebrew/dependency_collector.rb
Library/Homebrew/descriptions.rb
Library/Homebrew/development_tools.rb
Library/Homebrew/diagnostic.rb
Library/Homebrew/download_strategy.rb
Library/Homebrew/exceptions.rb
Library/Homebrew/formula.rb
Library/Homebrew/formula_assertions.rb
Library/Homebrew/formula_cellar_checks.rb
Library/Homebrew/formula_installer.rb
Library/Homebrew/formula_lock.rb
Library/Homebrew/formula_pin.rb
Library/Homebrew/formula_support.rb
Library/Homebrew/formula_versions.rb
Library/Homebrew/formulary.rb
Library/Homebrew/global.rb
Library/Homebrew/hardware.rb
Library/Homebrew/install_renamed.rb
Library/Homebrew/keg.rb
Library/Homebrew/keg_relocate.rb
Library/Homebrew/ld64_dependency.rb
Library/Homebrew/metafiles.rb
Library/Homebrew/migrator.rb
Library/Homebrew/official_taps.rb
Library/Homebrew/options.rb
Library/Homebrew/os.rb
Library/Homebrew/patch.rb
Library/Homebrew/pkg_version.rb
Library/Homebrew/postinstall.rb
Library/Homebrew/requirement.rb
Library/Homebrew/requirements.rb
Library/Homebrew/resource.rb
Library/Homebrew/sandbox.rb
Library/Homebrew/software_spec.rb
Library/Homebrew/system_config.rb
Library/Homebrew/tab.rb
Library/Homebrew/tap.rb
Library/Homebrew/tap_constants.rb
Library/Homebrew/test.rb
Library/Homebrew/utils.rb
Library/Homebrew/version.rb

Homebrew's Formula API

This is the (partially) documented public API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!