aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jsdoc3.rb
blob: 734fec7f6a7076c3125fbee46049fa5e9ab3c21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class Jsdoc3 < Formula
  homepage 'http://usejsdoc.org/'
  url 'https://github.com/jsdoc3/jsdoc/archive/v3.0.1.tar.gz'
  sha1 '3d13978c93b1f7ad386667879b1def2cc616e94b'

  def install
    libexec.install Dir['*']
    bin.install_symlink libexec/'jsdoc'
  end
end