Move jsl to homebrew-binary

Closes Homebrew/homebrew#24826.
This commit is contained in:
Adam Vandenberg 2013-12-05 19:32:53 -08:00
parent 63f12ef6d3
commit e098b1ab26

View file

@ -1,11 +0,0 @@
require 'formula'
class Jsl < Formula
homepage 'http://www.javascriptlint.com/'
url 'http://www.javascriptlint.com/download/jsl-0.3.0-mac.tar.gz'
sha1 'a6dd106a05ee81130a27a49d29233afeb8796ab0'
def install
bin.install 'jsl'
end
end