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

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