2010-04-28 10:53:05 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Jsl < Formula
|
|
|
|
homepage 'http://www.javascriptlint.com/'
|
|
|
|
url 'http://www.javascriptlint.com/download/jsl-0.3.0-mac.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'a6dd106a05ee81130a27a49d29233afeb8796ab0'
|
2010-04-28 10:53:05 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'jsl'
|
|
|
|
end
|
|
|
|
end
|