homebrew-core/Formula/mackup.rb
Brett Koonce 7db48ce39f mackup 0.5
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-08-16 23:25:27 -07:00

12 lines
324 B
Ruby

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