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

class Jsvc < Formula
  version '1.0.3'
  homepage 'http://commons.apache.org/daemon/jsvc.html'
  url "http://www.apache.org/dist/commons/daemon/binaries/#{version}/darwin/commons-daemon-#{version}-bin-darwin-universal.tar.gz"
  md5 '0a41394c22c80d3eb29372853d3a569d'

  def install
    bin.install 'jsvc'
  end
end