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

class Unrar < Formula
  homepage 'http://www.rarlab.com'
  url 'http://www.rarlab.com/rar/unrarsrc-5.0.14.tar.gz'
  sha1 'f6826b330668698fca227b3331e2bab564932d7e'

  def install
    system "make"
    bin.install 'unrar'
  end
end