mackup 0.4.4

Closes Homebrew/homebrew#19879.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Nicholas Zaccardi 2013-05-16 18:16:57 -05:00 committed by Adam Vandenberg
parent fd3b8a3ab2
commit 1a876c2904

12
Formula/mackup.rb Normal file
View file

@ -0,0 +1,12 @@
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