meridor / perspective-backend

Scalable multi-cloud management API and shell
Apache License 2.0
16 stars 6 forks source link

Add devel section to Homebrew recipes #206

Closed vania-pooh closed 7 years ago

vania-pooh commented 7 years ago

Need to be able to install latest beta in Homebrew. Need to use the following formula syntax: http://www.rubydoc.info/github/Homebrew/brew/master/Formula#devel-class_method

devel do
  url "https://example.com/archive-2.0-beta.tar.gz"
  sha256 "2a2ba417eebaadcb4418ee7b12fe2998f26d6e6f7fda7983412ff66a741ab6f7"

  depends_on "cairo"
  depends_on "pixman"
end
vania-pooh commented 7 years ago

Fixed in https://github.com/meridor/homebrew-homebrew/commit/7b4b96b4db013d2d2e83eb8aa2630a6029543dbc.