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

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

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