aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jing.rb
blob: e01e3ed4b0103847840a28789f4c35764f1ea61c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class Jing < Formula
  homepage 'http://code.google.com/p/jing-trang/'
  url 'https://jing-trang.googlecode.com/files/jing-20091111.zip'
  sha1 '2e8eacf399249d226ad4f6ca1d6907ff69430118'

  def install
    libexec.install Dir["*"]
    bin.write_jar_script libexec/'bin/jing.jar', 'jing'
  end
end