Skip to content

Instantly share code, notes, and snippets.

@LunaCodeGirl
Created November 19, 2015 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LunaCodeGirl/a53100b2fafe302e5c66 to your computer and use it in GitHub Desktop.
Save LunaCodeGirl/a53100b2fafe302e5c66 to your computer and use it in GitHub Desktop.
Simian Install OS X Brew
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