aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-12-05 19:32:53 -0800
committerAdam Vandenberg2013-12-05 19:32:53 -0800
commit1b6c6b2b531e688de59b412f6be59880918c519b (patch)
tree398019381bc6a610fffa79a05851229c00f2312c /Library/Formula
parent1c6d5583d7c79adba2f5e6f68a65a38fbde6f262 (diff)
downloadhomebrew-1b6c6b2b531e688de59b412f6be59880918c519b.tar.bz2
Move jsl to homebrew-binary
Closes #24826.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/jsl.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Formula/jsl.rb b/Library/Formula/jsl.rb
deleted file mode 100644
index f80cdcb2f..000000000
--- a/Library/Formula/jsl.rb
+++ /dev/null
@@ -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