aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/migreazy.rb
blob: 4f311b3464ff6006b68cf42a85acae391e6d59f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class Migreazy <Formula
  head 'git://github.com/fhwang/migreazy.git'
  homepage 'https://github.com/fhwang/migreazy'

  def install
    mv 'MIT-LICENSE', 'LICENSE'
    bin.install 'bin/migreazy'
  end
end