ahmetus / homebrew-ddev

Homebrew formula for drud/ddev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drud/ddev Homebrew and Linuxbrew Formulas

This formula can build the ddev package from source or pull from bottles.

Updating:

  • Add the url and sha256 of the new release source-code tarball to the homebrew-ddev local version.
  • Create new bottles on linux and macOS (before pushing new formula:
   brew uninstall ddev
   cd homebrew-ddev  # directory with new source
   brew install --build-from-source Formula/ddev.rb
   brew uninstall ddev
   brew install --build-bottle Formula/ddev.rb
   brew bottle --force-core-tap Formula/ddev.rb
  • Add the bottles into the formula per the output of brew bottle above.
  • Add the bottles to the github release.
  • Create the PR for the new homebrew version.

I'm quite sure we'll automate most of this, but this is the documented process at this time.

You should be able to build from source any time using brew reinstall --build-from-source ddev

About

Homebrew formula for drud/ddev

License:Apache License 2.0


Languages

Language:Ruby 100.0%