aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMattias Arrelid2012-08-08 23:51:16 +0200
committerAdam Vandenberg2012-09-28 20:15:55 -0700
commitc5d428f356b7df1fbde2d0d2893c6211809df9e6 (patch)
tree1764b93db024d388dba547a0168fc134f5000ed3 /Library/Formula
parent08cace9bc9223f49fb1d6a98552e727d22cccdbd (diff)
downloadhomebrew-c5d428f356b7df1fbde2d0d2893c6211809df9e6.tar.bz2
jsdoc 3.0.1
Closes #14067. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/jsdoc3.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/jsdoc3.rb b/Library/Formula/jsdoc3.rb
new file mode 100644
index 000000000..50400838a
--- /dev/null
+++ b/Library/Formula/jsdoc3.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Jsdoc3 < Formula
+ homepage 'http://usejsdoc.org/'
+ url 'https://github.com/jsdoc3/jsdoc/tarball/v3.0.1'
+ sha1 '0c6ad2321d300a3eaa2e1d543f3fbf166ff1ce18'
+
+ def install
+ libexec.install Dir['*']
+ bin.install_symlink libexec/'jsdoc'
+ end
+end