2010-11-17 10:50:06 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Fex < Formula
|
2010-11-17 10:50:06 +00:00
|
|
|
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
|
2011-10-18 17:01:52 +00:00
|
|
|
system "make install"
|
2010-11-17 10:50:06 +00:00
|
|
|
end
|
|
|
|
end
|