jsdoc3: add --HEAD

Closes Homebrew/homebrew#22682.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Chris Berkhout 2013-09-19 16:43:09 +01:00 committed by Adam Vandenberg
parent e20ec283d7
commit acdf3dc57d
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ class Jsdoc3 < Formula
url 'https://github.com/jsdoc3/jsdoc/archive/v3.2.0.tar.gz'
sha1 'ac682fd15e6863233835c8969be9e4212dc2e4eb'
head 'https://github.com/jsdoc3/jsdoc.git', :branch => 'master'
def install
libexec.install Dir['*']
bin.install_symlink libexec/'jsdoc'