class Dylibbundler < Formula desc "Utility to bundle libraries into executables for OS X" homepage "https://github.com/auriamg/macdylibbundler" url "https://downloads.sourceforge.net/project/macdylibbundler/macdylibbundler/0.4.4/dylibbundler-0.4.4.zip" sha256 "65d050327df99d12d96ae31a693bace447f4115e6874648f1b3960a014362200" head "https://github.com/auriamg/macdylibbundler.git" bottle do cellar :any_skip_relocation revision 1 sha256 "5dff018e62a9787871e45f4ae976358cfc3f7f85972a0aa0d4e039f97d4b8e0f" => :el_capitan sha256 "eee9c829e932d8d25ded1e249bbf372ebfa0c9911dd3adc11a642184ecb6a6b7" => :yosemite sha256 "49c1600c49ff7b10bdae8dc7351496680a9a4fb434ce6cd7393d10008506393e" => :mavericks sha256 "351213e36062eee71018bb8ff9c0fa02d351fad63993c46f984223426ffe3efd" => :mountain_lion end def install system "make" bin.install "dylibbundler" end test do system "#{bin}/dylibbundler", "-h" end end