aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ios-sim.rb
blob: 3ed6fc846f0586400f4f66703f9d1ac30580946f (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.6'
  sha1 '60f9e007384ccc0a8c36ad4bd02e22f0c48104b1'

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