1 2 3 4 5 6 7 8 9 10
require 'formula' class Growlme < Formula head 'https://github.com/robey/growlme.git' homepage 'https://github.com/robey/growlme' def install bin.install "growlme" end end