From 69dbb3b69c0824403e2605074f2f96348bc92a93 Mon Sep 17 00:00:00 2001 From: James Conroy-Finn Date: Wed, 28 Apr 2010 11:53:05 +0100 Subject: JSLint formula corrected as per adamv's instructions Signed-off-by: Adam Vandenberg --- Library/Formula/jsl.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/jsl.rb (limited to 'Library/Formula/jsl.rb') diff --git a/Library/Formula/jsl.rb b/Library/Formula/jsl.rb new file mode 100644 index 000000000..36de2d567 --- /dev/null +++ b/Library/Formula/jsl.rb @@ -0,0 +1,14 @@ +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' + version '0.3.0' + aka 'jslint' + + def install + bin.install 'jsl' + end +end -- cgit v1.2.3