aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jsdoc3.rb
blob: 7e94f46ec1969981c484496f16b1859f6adeada9 (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.2.0.tar.gz'
  sha1 'ac682fd15e6863233835c8969be9e4212dc2e4eb'

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