diff options
| author | Adam Vandenberg | 2013-11-05 22:07:54 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-05 22:07:54 -0800 |
| commit | bc645b587cce7a388546b4118a13dc3354271285 (patch) | |
| tree | ff110b6557db11ef5d4e47ea1c16df84551f16c3 /Library/Formula/jsdoc-toolkit.rb | |
| parent | 0b64019d893a2318ba04c0eaadf5f2e0a97be876 (diff) | |
| download | homebrew-bc645b587cce7a388546b4118a13dc3354271285.tar.bz2 | |
jsdoc3 3.2.1
Also add conflict with jsdoc-toolkit
Diffstat (limited to 'Library/Formula/jsdoc-toolkit.rb')
| -rw-r--r-- | Library/Formula/jsdoc-toolkit.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/jsdoc-toolkit.rb b/Library/Formula/jsdoc-toolkit.rb index d478f743c..0e4cb2ed5 100644 --- a/Library/Formula/jsdoc-toolkit.rb +++ b/Library/Formula/jsdoc-toolkit.rb @@ -5,6 +5,8 @@ class JsdocToolkit < Formula url 'https://jsdoc-toolkit.googlecode.com/files/jsdoc_toolkit-2.4.0.zip' sha1 'bd276ec58dbd419326760226174eba09810d26ee' + conflicts_with 'jsdoc3', :because => 'both install jsdoc' + def install system "/bin/echo '#!/bin/ksh\nJSDOCDIR=\"#{libexec}/jsdoc-toolkit\"' > jsdoc" system "/usr/bin/grep -v \"^echo \\$CMD$\" jsdoc-toolkit/jsrun.sh >> jsdoc" |
