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

class Fex < Formula
  url 'http://semicomplete.googlecode.com/files/fex-1.20100416.2814.tar.gz'
  homepage 'http://www.semicomplete.com/projects/fex/'
  sha1 'b5748f6d2106633ce32409f7e3709e4c60744572'

  def install
    ENV['PREFIX'] = prefix
    system "make install"
  end
end