homebrew-core/Formula/mackup.rb
Laurent Raufaste 31dd82863f Mackup 0.5.1
Closes Homebrew/homebrew#22101.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-23 22:07:50 -07:00

12 lines
326 B
Ruby

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