mackup 0.4.4
Closes Homebrew/homebrew#19879. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
fd3b8a3ab2
commit
1a876c2904
1 changed files with 12 additions and 0 deletions
12
Formula/mackup.rb
Normal file
12
Formula/mackup.rb
Normal 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
|
Loading…
Reference in a new issue