homebrew-core/Formula/aoeui.rb

13 lines
313 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Aoeui < Formula
homepage 'http://aoeui.googlecode.com/'
2012-02-09 05:49:52 +00:00
url 'http://aoeui.googlecode.com/files/aoeui-1.6.tgz'
sha1 '6dd4949b844cad1f1380b1f218088c7b385f589f'
head 'http://aoeui.googlecode.com/svn/trunk/'
def install
system "make", "INST_DIR=#{prefix}", "install"
end
end