aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ios-sim.rb
blob: c1a4baaf6efd623d095e59eefe02f36a02597368 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class IosSim < Formula
  homepage 'https://github.com/phonegap/ios-sim'
  url 'https://github.com/phonegap/ios-sim/tarball/1.5.1'
  sha1 'ccacb1cec833a766c0960b7f400330a5d0664cbd'

  def install
    system "rake", "install", "prefix=#{prefix}"
  end
end