require 'formula' class BrewCask < Formula homepage 'https://github.com/phinze/homebrew-cask/' url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.1.0' version '0.1.0' skip_clean :all def install prefix.install_p 'lib', 'rubylib' inreplace 'bin/brew-cask.rb', '/lib', '/rubylib' prefix.install 'Casks', 'bin' (bin+'brew-cask.rb').chmod 0755 end end