From c5d428f356b7df1fbde2d0d2893c6211809df9e6 Mon Sep 17 00:00:00 2001 From: Mattias Arrelid Date: Wed, 8 Aug 2012 23:51:16 +0200 Subject: jsdoc 3.0.1 Closes #14067. Signed-off-by: Adam Vandenberg --- Library/Formula/jsdoc3.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/jsdoc3.rb (limited to 'Library/Formula') 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 -- cgit v1.2.3