diff options
| author | David Gageot | 2010-02-06 17:52:15 +0100 |
|---|---|---|
| committer | David Höppner | 2010-02-07 13:16:49 +0100 |
| commit | f90193be8b01fbe0a022227d1adb01ae485f43f5 (patch) | |
| tree | 97719ee9c903e6e669277a55800aa48f0871c5c9 /Library | |
| parent | caeddac1eec54f091919872800f950abbd2b5f3b (diff) | |
| download | homebrew-f90193be8b01fbe0a022227d1adb01ae485f43f5.tar.bz2 | |
New Formula: Ioke
Signed-off-by: David Höppner <0xffea@gmail.com>
* remove patch and version
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ioke.rb | 16 |
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 |
