aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Gageot2010-02-06 17:52:15 +0100
committerDavid Höppner2010-02-07 13:16:49 +0100
commitf90193be8b01fbe0a022227d1adb01ae485f43f5 (patch)
tree97719ee9c903e6e669277a55800aa48f0871c5c9 /Library/Formula
parentcaeddac1eec54f091919872800f950abbd2b5f3b (diff)
downloadhomebrew-f90193be8b01fbe0a022227d1adb01ae485f43f5.tar.bz2
New Formula: Ioke
Signed-off-by: David Höppner <0xffea@gmail.com> * remove patch and version
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ioke.rb16
1 files changed, 16 insertions, 0 deletions
diff --git a/Library/Formula/ioke.rb b/Library/Formula/ioke.rb
new file mode 100644
index 000000000..8630a1f0b
--- /dev/null
+++ b/Library/Formula/ioke.rb
@@ -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 \ No newline at end of file