2010-02-06 16:52:15 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Ioke <Formula
|
|
|
|
url 'http://ioke.org/dist/ioke-P-ikj-0.4.0.tar.gz'
|
|
|
|
homepage 'http://ioke.org/'
|
|
|
|
md5 '936fac215d14809ff5f4bd1fd8262ce0'
|
|
|
|
|
|
|
|
def install
|
|
|
|
inreplace 'bin/ioke' do |s|
|
|
|
|
s.change_make_var! 'IOKE_HOME', HOMEBREW_PREFIX
|
|
|
|
end
|
|
|
|
|
2010-03-07 06:27:19 +00:00
|
|
|
rm_f Dir["bin/*.bat"]
|
2010-02-06 16:52:15 +00:00
|
|
|
prefix.install %w[bin lib share]
|
|
|
|
end
|
|
|
|
end
|