require 'formula' class Mackup < Formula homepage 'https://github.com/lra/mackup' url 'https://github.com/lra/mackup/archive/0.4.4.tar.gz' sha1 '8303598efb69c30b8fea83020c5531853cc036c7' def install bin.install "mackup.py" => "mackup" (share/'mackup').install ".mackup.cfg" => "mackup.cfg.example" end end