Navigation Menu

Skip to content

rfay/homebrew-ddev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

ddev/ddev Homebrew Formula

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

This repo is automatically updated by goreleaser in github.com/ddev/ddev. It does not need to be manually fixed.

Updating (manual, obsolete):

  • 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%