aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/redo.rb
blob: 958553a8bf016cd8309e180f56b89461e91e356f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class Redo <Formula
  version '0.06'
  url "https://github.com/apenwarr/redo/zipball/redo-#{version}"
  homepage 'https://github.com/apenwarr/redo'
  md5 '7af7d8a639943731bb0370427b55bf10'

  def install
    ENV['PREFIX'] = prefix
    system "./redo install"
  end
end