httpflow: add 0.0.3 bottle.

master
BrewTestBot 2017-03-27 11:20:00 +01:00 committed by FX Coudert
parent 5ba46cf670
commit ea31f9dce9
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@ class Httpflow < Formula
sha256 "26e8d1f8d6c0742b552bc333edd340dc3b3e3ad4590fe2e0e125d830142f0b37"
head "https://github.com/six-ddc/httpflow.git"
bottle do
cellar :any_skip_relocation
sha256 "f891030451e9420e382589655ae740eb55ecbe8b76b2df5e9d54085fdf157c6a" => :sierra
sha256 "93eb3e83c82dd815f46b9c59999c7e43e59e99a8745d804006983ad954f1988d" => :el_capitan
sha256 "6a7c2f89c1c70c7cd5fa12d9fdfbe537c9dc820ca1ced8ac5dfb428954ad91b4" => :yosemite
end
def install
system "make"
system "make", "install", "PREFIX=#{prefix}", "CXX=#{ENV.cxx}"