homebrew-core/Formula/mackup.rb
Nicholas Zaccardi 1a876c2904 mackup 0.4.4
Closes Homebrew/homebrew#19879.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-05 09:03:57 -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.4.4.tar.gz'
sha1 '8303598efb69c30b8fea83020c5531853cc036c7'
def install
bin.install "mackup.py" => "mackup"
(share/'mackup').install ".mackup.cfg" => "mackup.cfg.example"
end
end