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

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

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