Skip to content

Instantly share code, notes, and snippets.

@cstrahan
Created November 28, 2012 17:02
Show Gist options
  • Save cstrahan/4162546 to your computer and use it in GitHub Desktop.
Save cstrahan/4162546 to your computer and use it in GitHub Desktop.
Jad formula
brew install https://raw.github.com/gist/4162546/jad.rb
require 'formula'
class Jad < Formula
url 'http://www.varaneckas.com/jad/jad158g.mac.intel.zip'
version '1.5.8'
homepage 'http://www.varaneckas.com/jad'
md5 '2fbb110a9e9444564d025b64a56dcd98'
def install
bin.install 'jad'
man1.install 'jad.1'
end
def test
system "#{bin}/jad"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment