bibliothecary icon indicating copy to clipboard operation
bibliothecary copied to clipboard

Add support for parsing dependencies from Brewfile from Homebrew

Open andrew opened this issue 8 years ago • 0 comments

Manifest for listing homebrew packages as dependencies

Example: https://github.com/ossfriday/ossfriday/blob/master/Brewfile

tap "github/bootstrap"

brew "postgresql", restart_service: true

brew "rbenv"
brew "ruby-build"
brew "nodenv"
brew "node-build"

Source code: https://github.com/Homebrew/homebrew-bundle

andrew avatar Jul 12 '17 14:07 andrew