Created
November 19, 2015 00:35
-
-
Save LunaCodeGirl/a53100b2fafe302e5c66 to your computer and use it in GitHub Desktop.
Simian Install OS X Brew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Simian < Formula | |
url 'http://www.harukizaemon.com/simian/simian-2.4.0.tar.gz' | |
homepage 'http://www.harukizaemon.com/simian/index.html' | |
md5 '3382f3ca3cb9d0190d89689bec3c92a9' | |
def install | |
libexec.install "bin/simian-2.3.32.jar" | |
(bin+'simian').write <<-EOS.undent | |
#!/bin/sh | |
java -jar "#{libexec}/simian-2.3.32.jar" $@ | |
EOS | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment