homebrew-core/Formula/aoeui.rb
Martin Kühl dd65524399 Updated formula: aoeui version 1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-20 18:02:54 -08:00

12 lines
312 B
Ruby

require 'formula'
class Aoeui <Formula
url 'http://aoeui.googlecode.com/files/aoeui-1.5.tgz'
sha1 'f0368cf55ab75cc359d8b6f55928bbeac3aecaa0'
head 'http://aoeui.googlecode.com/svn/trunk/'
homepage 'http://aoeui.googlecode.com/'
def install
system "make", "INST_DIR=#{prefix}", "install"
end
end