2013-05-16 23:16:57 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Mackup < Formula
|
|
|
|
homepage 'https://github.com/lra/mackup'
|
2013-08-24 04:45:36 +00:00
|
|
|
url 'https://github.com/lra/mackup/archive/0.5.1.tar.gz'
|
|
|
|
sha1 '079c5004748c4f1818af105babbdddc04759762b'
|
2013-05-16 23:16:57 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "mackup.py" => "mackup"
|
|
|
|
(share/'mackup').install ".mackup.cfg" => "mackup.cfg.example"
|
|
|
|
end
|
|
|
|
end
|