New formula: aoeui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ec84b8c365
commit
cae2da1e44
1 changed files with 12 additions and 0 deletions
12
Formula/aoeui.rb
Normal file
12
Formula/aoeui.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Aoeui <Formula
|
||||
url 'http://aoeui.googlecode.com/files/aoeui-1.4.tgz'
|
||||
head 'svn://http://aoeui.googlecode.com/svn/trunk/'
|
||||
homepage 'http://aoeui.googlecode.com/'
|
||||
md5 '8df4615fdf854838fe6c8ca773d0a6ea'
|
||||
|
||||
def install
|
||||
system "make", "INST_DIR=#{prefix}", "install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue