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

class Jsl < Formula
  homepage 'http://www.javascriptlint.com/'
  url 'http://www.javascriptlint.com/download/jsl-0.3.0-mac.tar.gz'
  md5 '23c1c8e70dc991d35271074723a96d5d'

  def install
    bin.install 'jsl'
  end
end