homebrew-core/Formula/mackup.rb

13 lines
326 B
Ruby

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