require 'formula' class Usbmuxd :build def install inreplace 'Modules/VersionTag.cmake', '"sh"', '"bash"' system "cmake . #{std_cmake_parameters} -DLIB_SUFFIX=''" system "make install" end end