homebrew-core/Formula/mackup.rb

13 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