New Formula: Ioke
Signed-off-by: David Höppner <0xffea@gmail.com> * remove patch and version
This commit is contained in:
parent
2b87e88f3c
commit
8eb2b65a86
1 changed files with 16 additions and 0 deletions
16
Formula/ioke.rb
Normal file
16
Formula/ioke.rb
Normal file
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
|
||||
prefix.install %w[bin lib share]
|
||||
FileUtils.rm_f Dir["#{bin}/*.bat"]
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue